You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the Jenkinsfile to do the periodic build. I should use cron('H H(0-7) * * 1') in triggers, which is pollSCM('H H(0-7) * * 1'). However, this is only for the master branch. This means I may need to find a way to use the different triggers between the master and other branches.
The text was updated successfully, but these errors were encountered:
Fix the Jenkinsfile to do the periodic build. I should use
cron('H H(0-7) * * 1')
intriggers
, which ispollSCM('H H(0-7) * * 1')
. However, this is only for themaster
branch. This means I may need to find a way to use the different triggers between themaster
and other branches.The text was updated successfully, but these errors were encountered: