diff --git a/vars/functions.groovy b/vars/functions.groovy index a24c1f3..dcd61a7 100644 --- a/vars/functions.groovy +++ b/vars/functions.groovy @@ -38,7 +38,7 @@ def deletePod (Map config) { container ("alpine") { sh """ apk add --no-cache curl - curl -L --silent https://storage.googleapis.com/kubernetes-release/release/\$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl + curl -L --silent https://nexus.c.test-chamber-13.lan/repository/google-k8s/\$(curl -s https://nexus.c.test-chamber-13.lan/repository/google-k8s/stable.txt)/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl chmod +x /usr/local/bin/kubectl """