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 72618f8 commit d2381bcCopy full SHA for d2381bc
Jenkinsfile
@@ -3,7 +3,8 @@
3
node('rhel7'){
4
stage('Checkout repo') {
5
deleteDir()
6
- git url: 'https://github.com/redhat-developer/vscode-openshift-tools.git'
+ git url: 'https://github.com/redhat-developer/vscode-openshift-tools.git',
7
+ branch: "${BRANCH}"
8
}
9
10
stage('Install requirements') {
0 commit comments