Skip to content

Commit 6ab7ee4

Browse files
Add release-1.6 specific pipeline manifest (#866)
1 parent 1ee202b commit 6ab7ee4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build/ci/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
node {
22
git(
33
url: "${libsLocation}",
4-
credentialsId: "${githubCreds}"
4+
credentialsId: "${githubCreds}",
5+
branch: "kubernetes-ingress-release-1.6"
56
)
67
load 'kubernetes-ingress/Jenkinsfile'
78
}

build/ci/JenkinsfileForks

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
node {
22
git(
33
url: "${libsLocation}",
4-
credentialsId: "${githubCreds}"
4+
credentialsId: "${githubCreds}",
5+
branch: "kubernetes-ingress-release-1.6"
56
)
67
load 'kubernetes-ingress/JenkinsfileForks'
78
}

0 commit comments

Comments
 (0)