aboutsummaryrefslogtreecommitdiff
path: root/JenkinsD
diff options
context:
space:
mode:
Diffstat (limited to 'JenkinsD')
-rw-r--r--JenkinsD2
1 files changed, 1 insertions, 1 deletions
diff --git a/JenkinsD b/JenkinsD
index 6c67c209e..f0c80cf99 100644
--- a/JenkinsD
+++ b/JenkinsD
@@ -4,7 +4,7 @@ pipeline {
stage ('Build') {
when {
- expression { env.BRANCH_NAME == '4.x' || env.BRANCH_NAME == '4.x-unstable' }
+ expression { env.BRANCH_NAME == '4.x' || env.BRANCH_NAME == '5.x' }
}
steps {
sh "rm -rf build/libs/"