We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18129e7 commit 6e05e46Copy full SHA for 6e05e46
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%2Fprivate-public' // branch to trigger
33
34
// call the internal Jenkins job
35
build job: "/${jobName}/${branchName}", propagate: true, wait: true, parameters: [
0 commit comments