From d1311a7112b5f1d64ee50892b561be919c7620a1 Mon Sep 17 00:00:00 2001 From: del-zhenwu <56623710+del-zhenwu@users.noreply.github.com> Date: Mon, 15 Jun 2020 15:13:24 +0800 Subject: [PATCH] [skip ci] Disable cron on 0.10.0 (#2555) * enable cron test on 0.10.0 Signed-off-by: zw * fix merge result Signed-off-by: shengjun.li * import test_during_creating_index_restart Signed-off-by: zw * disable restart case Signed-off-by: zw * [skip ci] Disable cron on 0.10.0 Signed-off-by: zw Co-authored-by: zw Co-authored-by: shengjun.li --- ci/jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/Jenkinsfile b/ci/jenkins/Jenkinsfile index f6c51c0001..e35b429c65 100644 --- a/ci/jenkins/Jenkinsfile +++ b/ci/jenkins/Jenkinsfile @@ -1,7 +1,7 @@ #!/usr/bin/env groovy String cron_timezone = "TZ=Asia/Shanghai" -String cron_string = BRANCH_NAME == "0.10.0" ? "38 0 * * * " : "" +String cron_string = BRANCH_NAME == "master" ? "38 0 * * * " : "" pipeline { agent none