Explorar el Código

Update JenkinsD

Danielshe hace 5 años
padre
commit
488d5ae424
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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 {
          }
       }
    }
-}
+}