Explorar o código

Update JenkinsD

Danielshe %!s(int64=5) %!d(string=hai) anos
pai
achega
3a62568acc
Modificáronse 1 ficheiros con 1 adicións e 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/"