Skip to content

Commit d2381bc

Browse files
committed
Add branch selection to build
1 parent 72618f8 commit d2381bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
node('rhel7'){
44
stage('Checkout repo') {
55
deleteDir()
6-
git url: 'https://github.com/redhat-developer/vscode-openshift-tools.git'
6+
git url: 'https://github.com/redhat-developer/vscode-openshift-tools.git',
7+
branch: "${BRANCH}"
78
}
89

910
stage('Install requirements') {

0 commit comments

Comments
 (0)