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 c62d55b [jenkins] Don't try to sign snapshot builds (#17)
c62d55b is described below
commit c62d55bde91df1e763f8e29fb2ef64387e731df5
Author: Zoltán Nagy <[email protected]>
AuthorDate: Thu Jan 31 11:23:16 2019 +0000
[jenkins] Don't try to sign snapshot builds (#17)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 99e7438..89fbca9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,7 +62,7 @@ pipeline {
branch 'master'
}
steps {
- sh './mvnw clean deploy -Papache-release'
+ sh './mvnw clean deploy -Papache-release -Dgpg.skip=true'
}
}
}