You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi,
I want to run a job after every 35 days in jenkins. How do i schedule the job in jenkins. Could you please give the schedule in jenkins.
Thanks,
Sid.
RobDBA
unread,
May 10, 2019, 2:17:37 PM5/10/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Run the job every day, and as the first step check to see if it's been 35 days before continuing. This is fairly standard practice for cron jobs in general.