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-decanter.git
The following commit(s) were added to refs/heads/master by this push: new d804709 skipTests for Jenkins deploy stage d804709 is described below commit d8047090567d2ac8d093039cdd58d0c226010345 Author: jbonofre <jbono...@apache.org> AuthorDate: Wed Sep 2 14:19:32 2020 +0200 skipTests for Jenkins deploy stage --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 31cd712..98b5708 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' } } }