Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #20572 from mmitche/scm-retry
Browse files Browse the repository at this point in the history
Enable temporary auto-retry for scm checkout
  • Loading branch information
stephentoub authored Jun 1, 2017
2 parents 09cf25a + c0f5ffd commit ff83c16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildpipeline/portable-windows.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ def submittedHelixJson = null

simpleNode('Windows_NT','latest') {
stage ('Checkout source') {
checkout scm
retry (10) {
checkout scm
}
}

def logFolder = getLogFolder()
Expand Down

0 comments on commit ff83c16

Please sign in to comment.