This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch dont-sign-snapshots in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
commit 9dacc4b7376c9ed6fd0eadbd2de2e0b8bd268ea9 Author: Zoltan Nagy <[email protected]> AuthorDate: Thu Jan 31 11:19:01 2019 +0000 [jenkins] Don't try to sign snapshot builds --- 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' } } }
