Remove key id

This commit is contained in:
Paul Campbell 2018-02-24 07:35:45 +00:00
parent 90d250fbf8
commit 5d8979f834

2
Jenkinsfile vendored
View file

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