aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielshe <daniel@shedaniel.me>2019-09-29 13:08:30 +0800
committerGitHub <noreply@github.com>2019-09-29 13:08:30 +0800
commit5067af8be5a6123eea5c00a7bca130199150e950 (patch)
tree9c6df7c3d172942812a6772e1fe802e5c62c2568
parent87fcc65090753111afe3fd79fbe24629f4a81414 (diff)
downloadRoughlyEnoughItems-5067af8be5a6123eea5c00a7bca130199150e950.tar.gz
RoughlyEnoughItems-5067af8be5a6123eea5c00a7bca130199150e950.tar.bz2
RoughlyEnoughItems-5067af8be5a6123eea5c00a7bca130199150e950.zip
Update JenkinsD
-rw-r--r--JenkinsD5
1 files changed, 4 insertions, 1 deletions
diff --git a/JenkinsD b/JenkinsD
index 866bb1a78..2e43ea591 100644
--- a/JenkinsD
+++ b/JenkinsD
@@ -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
+}