Unverified Commit 85978e02 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

comment out cron trigger (#334)

parent d7d78290
......@@ -389,13 +389,13 @@ def process_results(Map conf=[:]){
}
//launch develop branch daily at 23:00 in FULL_QA mode
CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;USE_9110=true''' : ""
//CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;USE_9110=true''' : ""
pipeline {
agent none
triggers {
cron(CRON_SETTINGS)
}
//triggers {
// cron(CRON_SETTINGS)
//}
options {
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