diff options
| -rw-r--r-- | JenkinsD | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,9 @@ pipeline { stages { stage ('Build') { + when { + branch '3.x' + } steps { sh "rm -rf build/libs/" sh "chmod +x gradlew" @@ -13,4 +16,4 @@ pipeline { } } } -}
\ No newline at end of file +} |
