try using pgp-maven-plugin to sign
This commit is contained in:
parent
8e5b936934
commit
541c53099a
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 deploy'
|
sh './mvnw -Dskip-Tests=true -P release -B org.kohsuke:pgp-maven-plugin:sign'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue