We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e898591 commit 52f7830Copy full SHA for 52f7830
jobs/bootimagebump.Jenkinsfile
@@ -66,6 +66,7 @@ node {
66
for i in \$(seq 1 \$retries); do
67
echo "Attempt \$i of \$retries to fetch upstream/${RELEASE_BRANCH}"
68
git fetch upstream ${RELEASE_BRANCH} && break || sleep 10
69
+ done
70
git checkout -b ${PR_BRANCH} upstream/${RELEASE_BRANCH}
71
git remote -v
72
""")
0 commit comments