Specify signing key with scheme prefix

This commit is contained in:
Paul Campbell 2018-02-24 07:21:21 +00:00
parent c8a128a1dd
commit 90d250fbf8

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
steps { steps {
sh './mvnw -Dskip-Tests=true -P release -B org.kohsuke:pgp-maven-plugin:sign -Dpgp.secretkey=6F626C45D8B32894' sh './mvnw -Dskip-Tests=true -P release -B org.kohsuke:pgp-maven-plugin:sign -Dpgp.secretkey=keyring:id=6F626C45D8B32894'
} }
} }
} }