From a5ede4908ce20a76bec665e27fec20acdf716476 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 5 Dec 2019 22:35:54 +0800 Subject: Consider not pushing 3.x-unstable --- JenkinsD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" -- cgit