Remove key id
This commit is contained in:
parent
90d250fbf8
commit
5d8979f834
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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=keyring:id=6F626C45D8B32894'
|
sh './mvnw -Dskip-Tests=true -P release -B org.kohsuke:pgp-maven-plugin:sign'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue