diff --git a/nordvpn-autoconfigure.jenkins b/nordvpn-autoconfigure.jenkins index b768837..6ab65c0 100644 --- a/nordvpn-autoconfigure.jenkins +++ b/nordvpn-autoconfigure.jenkins @@ -1,6 +1,6 @@ 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 alpineTag = "latest" @@ -72,7 +72,7 @@ spec: withKubeConfig([ 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" ]) { sh """