diff --git a/spc.main b/spc.main index d4228d60b..ed0ecf63f 100644 --- a/spc.main +++ b/spc.main @@ -1,6 +1,6 @@ pipeline { agent { label 'AAA' } - triggers: { pollSCM ('* 21 * * 1-5') } + triggers { pollSCM ('* 21 * * 1-5') } stages { stage('vcs') { steps {