Fix Jenkinsfile
EnergonRelics/pipeline/head This commit looks good Details

pull/3/head 0.0.4+1.16.2-rc1
TheBrokenRail 3 years ago
parent f68bb1d96d
commit ee4739474d

4
Jenkinsfile vendored

@ -26,7 +26,9 @@ pipeline {
}
stage('Publish') {
when {
buildingTag()
expression {
return sh(returnStdout: true, script: 'git tag --contains').trim().length() > 0
}
}
steps {
sh './gradlew publish'

Loading…
Cancel
Save