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 bd6bc76 [jenkins] Snapshot phase: let's not throw away the existing
build (#21)
bd6bc76 is described below
commit bd6bc767a28cc4c285b9ec6bfdf4421049f46c25
Author: Zoltán Nagy <[email protected]>
AuthorDate: Thu Jan 31 15:01:02 2019 +0000
[jenkins] Snapshot phase: let's not throw away the existing build (#21)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 34fdbed..3306d29 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ pipeline {
branch 'master'
}
steps {
- sh './mvnw clean deploy -Papache-release -Dgpg.skip=true
--batch-mode -pl -:brave-itests'
+ sh './mvnw deploy -Papache-release -Dgpg.skip=true
--batch-mode -pl -:brave-itests'
}
}
}