fix triggerBy sintax

This commit is contained in:
Roberto Cirillo 2022-04-15 15:45:23 +02:00
parent a9d38b7e91
commit 98503ec88e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
stage('Deploy from system') {
when{
allOf{
triggeredBy 'TimeTrigger'
triggeredBy 'TimerTrigger'
environment name: 'IS_CRON', value: 'True'
}
}