Explorar el Código

Update JenkinsD

Danielshe hace 5 años
padre
commit
3a62568acc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      JenkinsD

+ 1 - 1
JenkinsD

@@ -4,7 +4,7 @@ pipeline {
 
       stage ('Build') {
          when {
-            branch '3.x'
+            expression { env.BRANCH_NAME == '3.x' || env.BRANCH_NAME == '3.x-unstable' }
          }
          steps {
             sh "rm -rf build/libs/"