added publish task

This commit is contained in:
Ellpeck 2020-02-16 13:53:21 +01:00
parent 8611787ca4
commit b6d99ee479

6
Jenkinsfile vendored
View file

@ -19,5 +19,11 @@ pipeline {
}
}
stage('Publish') {
steps {
sh './gradlew publish --no-daemon'
}
}
}
}