@ -12,7 +12,6 @@ pipeline {
GPG_OWNER_TRUST = credentials('8703bbe8-c099-481f-8337-1dce32d51771')
}
wrap([$class: 'Xvfb']) {
stages {
stage("Import GPG Keys") {
when {
@ -30,6 +29,7 @@ pipeline {
stage("Test") {
steps {
sh "mvn test"
@ -46,6 +46,7 @@ pipeline {
stage("Deploy To OSSRH") {
branch 'release'
@ -63,7 +64,6 @@ pipeline {
post {
success {