How to schedule and trigger jobB daily only once @6:00 am if jobA last build is success
10 views
Skip to first unread message
stackoverf...@gmail.com
unread,
Sep 10, 2018, 1:31:06 AM9/10/18
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
I would like to know the configuration to initiate jobB daily only once if the jobA last build is successful. I tried jobB configuration build trigger (setting jobA last stable buil) and scheduler every day 6:00 AM. However I can see that jobB is triggered not only once everytime jobA built successfully it triggers jobB. is there any plugin which I can use to achieve this?