Browse Source

Update JenkinsD

Danielshe 5 years ago
parent
commit
3a62568acc
1 changed files with 1 additions and 1 deletions
  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/"