You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/05/02 21:11:58 UTC

[archiva] branch master updated: Fixing syntax

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d662b3  Fixing syntax
5d662b3 is described below

commit 5d662b3dc31af725e676f0ba257c3ce9465182e4
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Wed May 2 23:11:55 2018 +0200

    Fixing syntax
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5fd6b23..b6f0c00 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"

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.