aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielshe <daniel@shedaniel.me>2019-09-29 13:11:57 +0800
committerGitHub <noreply@github.com>2019-09-29 13:11:57 +0800
commit2646b6edb1b7faeb9f20bd8d94bfc04ddd1448f8 (patch)
tree6916b9069f722e522a65618cb55e5a33c1f95054
parent5067af8be5a6123eea5c00a7bca130199150e950 (diff)
downloadRoughlyEnoughItems-2646b6edb1b7faeb9f20bd8d94bfc04ddd1448f8.tar.gz
RoughlyEnoughItems-2646b6edb1b7faeb9f20bd8d94bfc04ddd1448f8.tar.bz2
RoughlyEnoughItems-2646b6edb1b7faeb9f20bd8d94bfc04ddd1448f8.zip
Update JenkinsD
-rw-r--r--JenkinsD2
1 files changed, 1 insertions, 1 deletions
diff --git a/JenkinsD b/JenkinsD
index 2e43ea591..4ce678b53 100644
--- a/JenkinsD
+++ b/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/"