diff --git a/Jenkinsfile b/Jenkinsfile index 844af6e..78026e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,12 @@ pipeline { } stage('Add new pending deploy ') { when{ - environment name: 'IS_CRON', value: 'True' + allOf{ + not { + triggeredBy 'TimerTrigger' + } + environment name: 'IS_CRON', value: 'True' + } } steps { echo 'New deploy of ${job} appended to the deploy file'