From: Martin Stockhammer Date: Wed, 2 May 2018 21:11:55 +0000 (+0200) Subject: Fixing syntax X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5d662b3dc31af725e676f0ba257c3ce9465182e4;p=archiva.git Fixing syntax --- diff --git a/Jenkinsfile b/Jenkinsfile index 5fd6b2333..b6f0c009b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { withMaven(maven: buildMvn, jdk: buildJdk, mavenSettingsConfig: deploySettings, mavenLocalRepo: ".repository", - publisherStrategy='EXPLICIT' + publisherStrategy:'EXPLICIT' ) { sh "chmod 755 ./src/ci/scripts/prepareWorkspace.sh"