allow maven publish for this branch

This commit is contained in:
Ell 2020-10-07 21:31:08 +02:00
parent 241725e9c2
commit 58a98fb2c3

3
Jenkinsfile vendored
View file

@ -20,9 +20,6 @@ pipeline {
}
stage('Publish') {
when {
branch 'master'
}
steps {
sh './gradlew publish --no-daemon'
}