From 7b1f95e91bec9db2d968313198640cce8735c244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Pailloncy?= Date: Mon, 6 Mar 2017 17:31:00 +0100 Subject: [PATCH] Fix syntax error --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bfcfc711b..2f4f19f28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } stage("build") { - agent { label: "build" } + agent { label "build" } steps { sh "mvn clean package" }