Skip to content

Commit 4adf7a5

Browse files
martialonlinepleshakov
authored andcommitted
Add release-1.7 specific pipeline manifest (#904)
1 parent d6e2e8a commit 4adf7a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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.7"
56
)
67
load 'kubernetes-ingress/Jenkinsfile'
78
}

0 commit comments

Comments
 (0)