Browse Source

Update JenkinsD

Danielshe 5 years ago
parent
commit
488d5ae424
1 changed files with 4 additions and 1 deletions
  1. 4 1
      JenkinsD

+ 4 - 1
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 {
          }
       }
    }
-}
+}