You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/10/19 08:11:08 UTC

[incubator-plc4x] branch master updated: - Tweak to make wagon deploy with debug output

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f3ed17  - Tweak to make wagon deploy with debug output
5f3ed17 is described below

commit 5f3ed173cdd9f029e4b2133c60ee1407eca732b4
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Oct 19 10:11:05 2018 +0200

    - Tweak to make wagon deploy with debug output
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f2c38dd..747f8c3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -143,7 +143,7 @@ pipeline {
                 unstash name: 'plc4x-build-snapshots'
 
                 // Deploy the artifacts using the wagon-maven-plugin.
-                sh 'mvn -f jenkins.pom -P deploy-snapshots wagon:upload'
+                sh 'mvn -f jenkins.pom -X -P deploy-snapshots wagon:upload'
             }
         }