diff --git a/Jenkinsfile b/Jenkinsfile index 2fb32aec1..2cb66bdcb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ def archiveAndCleanup() { pipeline { agent { - label 'Kubernetes' + label 'go1.12' } environment { HTTP_PROXY = credentials('coherence-operator-http-proxy')