We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d8cd4 commit a1d5a88Copy full SHA for a1d5a88
1 file changed
.jenkins/Jenkinsfile.internal
@@ -29,7 +29,7 @@ pipeline {
29
script {
30
31
def jobName = 'Internal Tests'
32
- def branchName = 'master' // branch to trigger
+ def branchName = 'bfops%252Finstall-python-deps' // branch to trigger
33
34
// call the internal Jenkins job
35
build job: "/${jobName}/${branchName}", propagate: true, wait: true, parameters: [
0 commit comments