File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ def describeAdhocTestingStage() {
361361}
362362
363363def branchPatternCron = ~" (master)"
364- def repoPatternCron = ~" ^ (riptano)"
364+ def riptanoPatternCron = ~" (riptano)"
365365
366366pipeline {
367367 agent none
@@ -552,7 +552,7 @@ pipeline {
552552 }
553553
554554 triggers {
555- parameterizedCron(branchPatternCron. matcher(env. BRANCH_NAME ). matches() && repoPatternCron . matcher(env. GIT_URL ). matches () ? """
555+ parameterizedCron(branchPatternCron. matcher(env. BRANCH_NAME ). matches() && ! riptanoPatternCron . matcher(env. GIT_URL ). find () ? """
556556 # Every weeknight (Monday - Friday) around 4:00 AM
557557 # These schedules will run with and without Cython enabled for Python v2.7.14 and v3.5.6
558558 H 4 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;EVENT_LOOP_MANAGER=LIBEV;CI_SCHEDULE_PYTHON_VERSION=2.7.14;CI_SCHEDULE_SERVER_VERSION=2.2 3.11 dse-5.1 dse-6.0 dse-6.7
You can’t perform that action at this time.
0 commit comments