"vscode:/vscode.git/clone" did not exist on "27b4acd41d752b0232b002111fd7c9ea69ef528a"
Unverified Commit f914c228 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

[Jenkins] restore cron jobs (#1380)

* test the cron trigger

* fix the cron jobs

* restore the list of cron jobs
parent a8eb8720
...@@ -661,6 +661,9 @@ CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;ROCM ...@@ -661,6 +661,9 @@ CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;ROCM
pipeline { pipeline {
agent none agent none
triggers {
parameterizedCron(CRON_SETTINGS)
}
options { options {
parallelsAlwaysFailFast() parallelsAlwaysFailFast()
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment