aboutsummaryrefslogtreecommitdiff
path: root/JenkinsD
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-07-30 15:14:52 +0800
committershedaniel <daniel@shedaniel.me>2020-07-30 15:14:52 +0800
commitb3c658c681f7dfbfd2a8fd7613b5b88d6549e7c2 (patch)
treef6746b7a5d76fae7d81564bd041340d5ca26682c /JenkinsD
parentba446965dad004cb38679f0f0e1a526151d84213 (diff)
downloadRoughlyEnoughItems-b3c658c681f7dfbfd2a8fd7613b5b88d6549e7c2.tar.gz
RoughlyEnoughItems-b3c658c681f7dfbfd2a8fd7613b5b88d6549e7c2.tar.bz2
RoughlyEnoughItems-b3c658c681f7dfbfd2a8fd7613b5b88d6549e7c2.zip
1.16.2-pre1
Signed-off-by: shedaniel <daniel@shedaniel.me>
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/"