Explorar el Código

Consider not pushing 3.x-unstable

shedaniel hace 5 años
padre
commit
de0c696163
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 {
-            expression { env.BRANCH_NAME == '3.x' || env.BRANCH_NAME == '3.x-unstable' }
+            expression { env.BRANCH_NAME == '3.x' }
          }
          steps {
             sh "rm -rf build/libs/"