Skip to content
Prev Previous commit
Next Next commit
commenting out triggers
  • Loading branch information
robertpatrick committed Apr 11, 2023
commit c2804197431656f64b63f6d22d27f1a2cb51d91c
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ pipeline {
environment {
alias_test_job_name = 'wdt-alias-test-verify'
}

/*
triggers {
// timer trigger for "nightly build" on main branch
// cron( env.BRANCH_NAME.equals('main') ? 'H H(0-3) * * 1-5' : '')
cron( env.BRANCH_NAME.equals('main') ? 'H H(0-3) * * 1-5' : '')
}

*/
stages {
stage ('Environment') {
tools {
Expand Down