From 9072864d570b09c7752407c6aca302f80a0ddee8 Mon Sep 17 00:00:00 2001 From: Jonathan Knight Date: Fri, 13 Dec 2019 17:04:07 +0300 Subject: [PATCH] Fixing Jenkinsfile agent label --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')