Revert to using deploy

This commit is contained in:
Paul Campbell 2018-02-24 09:28:15 +00:00
parent 5d8979f834
commit ca0731ee75

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
}
stage('Deploy') {
steps {
sh './mvnw -Dskip-Tests=true -P release -B org.kohsuke:pgp-maven-plugin:sign'
sh './mvnw -Dskip-Tests=true -P release -B deploy'
}
}
}