Fix Inappropriate ioctl error

This commit is contained in:
Paul Campbell 2018-02-23 20:09:49 +00:00
parent ec7ef90268
commit 9e42c6dd4f

2
Jenkinsfile vendored
View file

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