aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--JenkinsD5
1 files changed, 4 insertions, 1 deletions
diff --git a/JenkinsD b/JenkinsD
index 866bb1a78..2e43ea591 100644
--- a/JenkinsD
+++ b/JenkinsD
@@ -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
+}