Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 91fef5e

Browse files
authored
Update Jenkinsfile (#493)
1 parent fa95444 commit 91fef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pipeline {
3333
stage("checkout source") {
3434
steps {
3535
git changelog: false, credentialsId: env.GIT_REPO_CREDENTIALS, poll: false, url: env.GIT_REPO
36-
sh "git checkout -b '${GIT_BRANCH}'"
36+
sh "git checkout '${GIT_BRANCH}'"
3737
sh "git checkout -f '${GIT_COMMIT}'"
3838
}
3939
}

0 commit comments

Comments
 (0)