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 d6e2e8a commit 4adf7a5Copy full SHA for 4adf7a5
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.7"
6
)
7
load 'kubernetes-ingress/Jenkinsfile'
8
}
0 commit comments