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

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


The following commit(s) were added to refs/heads/master by this push:
     new f1103d2  skipTests for the deploy stage
f1103d2 is described below

commit f1103d2cdce8ea4f5576bcd3e1dd53d1569300a2
Author: jbonofre <jbono...@apache.org>
AuthorDate: Wed Sep 2 14:15:45 2020 +0200

    skipTests for the deploy stage
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ef7eee1..3c09f58 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -97,7 +97,7 @@ pipeline {
             }
             steps {
                 echo 'Deploying'
-                sh 'mvn -B -e deploy -Pdeploy'
+                sh 'mvn -B -e deploy -Pdeploy -DskipTests'
             }
         }
     }

Reply via email to