Update 'nordvpn-autoconfigure.jenkins'
This commit is contained in:
parent
e0365922e7
commit
92cc67a4ac
@ -1,6 +1,6 @@
|
|||||||
def label = "jenkins-${UUID.randomUUID().toString()}"
|
def label = "jenkins-${UUID.randomUUID().toString()}"
|
||||||
|
|
||||||
def registry = "registry.cluster.test-chamber-13.lan"
|
def registry = "registry.c.test-chamber-13.lan"
|
||||||
|
|
||||||
def alpineImage = "${registry}/library/alpine"
|
def alpineImage = "${registry}/library/alpine"
|
||||||
def alpineTag = "latest"
|
def alpineTag = "latest"
|
||||||
@ -72,7 +72,7 @@ spec:
|
|||||||
|
|
||||||
withKubeConfig([
|
withKubeConfig([
|
||||||
credentialsId: kubectlCreds,
|
credentialsId: kubectlCreds,
|
||||||
serverUrl: "https://rancher.test-chamber-13.lan/k8s/clusters/c-r4cq6",
|
serverUrl: "https://rancher.test-chamber-13.lan/k8s/clusters/c-2wjd5",
|
||||||
namespace: "webservers"
|
namespace: "webservers"
|
||||||
]) {
|
]) {
|
||||||
sh """
|
sh """
|
||||||
|
Reference in New Issue
Block a user