We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c7121 commit 782172dCopy full SHA for 782172d
jobs/bootimagebump.Jenkinsfile
@@ -62,11 +62,7 @@ node {
62
cd installer
63
git remote -v
64
git remote add upstream https://github.com/openshift/installer.git
65
- retries=5
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
+ git fetch upstream release-${RELEASE_BRANCH} --timeout=300
70
git checkout -b ${PR_BRANCH} upstream/${RELEASE_BRANCH}
71
72
""")
0 commit comments