This is an automated email from the ASF dual-hosted git repository.
abesto pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 78d7e55 [jenkins] -nsu. -DskipTests on snapshot (post-test) (#22)
78d7e55 is described below
commit 78d7e55c1b5d469356876b2c6e724e37c660d437
Author: Zoltán Nagy <[email protected]>
AuthorDate: Thu Jan 31 15:19:27 2019 +0000
[jenkins] -nsu. -DskipTests on snapshot (post-test) (#22)
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 3306d29..c4e2c76 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,7 +53,7 @@ pipeline {
stage('Run tests') {
steps {
// use install, as opposed to verify, to ensure invoker tests
use latest code
- sh './mvnw clean install --batch-mode'
+ sh './mvnw clean install --batch-mode -nsu'
}
}
@@ -62,7 +62,7 @@ pipeline {
branch 'master'
}
steps {
- sh './mvnw deploy -Papache-release -Dgpg.skip=true
--batch-mode -pl -:brave-itests'
+ sh './mvnw deploy -Papache-release -Dgpg.skip=true -DskipTests
--batch-mode -pl -:brave-itests -nsu'
}
}
}