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 e2d95ff commit 807cfbcCopy full SHA for 807cfbc
Jenkinsfile
@@ -212,7 +212,7 @@ spec:
212
213
git config --local credential.helper "!f() { echo username=\\$GIT_AUTH_USER; echo password=\\$GIT_AUTH_PWD; }; f"
214
215
- git fetch --unshallow
+ git fetch origin ${BRANCH}
216
git fetch --tags
217
git checkout ${BRANCH}
218
git branch --set-upstream-to=origin/${BRANCH} ${BRANCH}
0 commit comments