Przeglądaj źródła

Consider not pushing 3.x-unstable

shedaniel 5 lat temu
rodzic
commit
de0c696163
1 zmienionych plików z 1 dodań i 1 usunięć
  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/"