Specify signing key

This commit is contained in:
Paul Campbell 2018-02-24 07:15:17 +00:00
parent 541c53099a
commit c8a128a1dd

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' sh './mvnw -Dskip-Tests=true -P release -B org.kohsuke:pgp-maven-plugin:sign -Dpgp.secretkey=6F626C45D8B32894'
} }
} }
} }