Add a build retry.

This commit is contained in:
Marc Paine 2021-07-06 17:10:07 -07:00
parent e4edd9bf43
commit 7ca2bd9feb
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"RetryCountLimit":1,
"RetryByPipeline":{
"RetryStages":[
{
"StageName":"build"
}
]
}
}