From 5067af8be5a6123eea5c00a7bca130199150e950 Mon Sep 17 00:00:00 2001 From: Danielshe Date: Sun, 29 Sep 2019 13:08:30 +0800 Subject: Update JenkinsD --- JenkinsD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +} -- cgit