Revert GPG_TTY

This commit is contained in:
Paul Campbell 2018-02-23 20:33:57 +00:00
parent bb0ea1ed85
commit 8e5b936934

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
steps { steps {
sh 'GPG_TTY="$(tty)" ./mvnw -Dskip-Tests=true -P release -B deploy' sh './mvnw -Dskip-Tests=true -P release -B deploy'
} }
} }
} }