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 1ee202b commit 6ab7ee4Copy full SHA for 6ab7ee4
build/ci/Jenkinsfile
@@ -1,7 +1,8 @@
1
node {
2
git(
3
url: "${libsLocation}",
4
- credentialsId: "${githubCreds}"
+ credentialsId: "${githubCreds}",
5
+ branch: "kubernetes-ingress-release-1.6"
6
)
7
load 'kubernetes-ingress/Jenkinsfile'
8
}
build/ci/JenkinsfileForks
load 'kubernetes-ingress/JenkinsfileForks'
0 commit comments