diff options
| author | Danielshe <daniel@shedaniel.me> | 2019-09-29 13:08:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-29 13:08:30 +0800 |
| commit | 5067af8be5a6123eea5c00a7bca130199150e950 (patch) | |
| tree | 9c6df7c3d172942812a6772e1fe802e5c62c2568 | |
| parent | 87fcc65090753111afe3fd79fbe24629f4a81414 (diff) | |
| download | RoughlyEnoughItems-5067af8be5a6123eea5c00a7bca130199150e950.tar.gz RoughlyEnoughItems-5067af8be5a6123eea5c00a7bca130199150e950.tar.bz2 RoughlyEnoughItems-5067af8be5a6123eea5c00a7bca130199150e950.zip | |
Update JenkinsD
| -rw-r--r-- | JenkinsD | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,9 @@ pipeline { stages { stage ('Build') { + when { + branch '3.x' + } steps { sh "rm -rf build/libs/" sh "chmod +x gradlew" @@ -13,4 +16,4 @@ pipeline { } } } -}
\ No newline at end of file +} |
