diff --git a/Jenkinsfile b/Jenkinsfile index 99354bf..47ff674 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ //every monday at 08:00 //cron('0 8 * * 1') //Branch related - cron(env.BRANCH_NAME == 'staging' ? '0 8 * * 1' : '') + cron(env.BRANCH_NAME == 'master' ? '0 8 * * 1' : '') }