aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--JenkinsD2
1 files changed, 1 insertions, 1 deletions
diff --git a/JenkinsD b/JenkinsD
index 4ce678b53..b9c8deb56 100644
--- a/JenkinsD
+++ b/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/"