diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-07-30 15:14:52 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-07-30 15:14:52 +0800 |
| commit | b3c658c681f7dfbfd2a8fd7613b5b88d6549e7c2 (patch) | |
| tree | f6746b7a5d76fae7d81564bd041340d5ca26682c /JenkinsD | |
| parent | ba446965dad004cb38679f0f0e1a526151d84213 (diff) | |
| download | RoughlyEnoughItems-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-- | JenkinsD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/" |
