Explorar o código

Update JenkinsD

Danielshe %!s(int64=5) %!d(string=hai) anos
pai
achega
488d5ae424
Modificáronse 1 ficheiros con 4 adicións e 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 {
          }
       }
    }
-}
+}