diff --git a/Jenkinsfile b/Jenkinsfile index acc0b58..3989586 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,9 @@ //cron('0 8 * * *') //every monday at 08:00 - cron('0 8 * * 1') + //cron('0 8 * * 1') + //Branch related + cron(env.BRANCH_NAME == 'staging' ? '0 8 * * 1' : '') }