How to trigger a Jenkins job by another job at a certain time?
I have two jobs, JobA and JobB, JobA runs every day at 13.00 and registers some payments. I want JobA to trigger JobB which verifies the payments, if and only if JobA is successful and JobB needs to be run the next day at 04.00 Any idea how to do this? BR I have not been able to find anything that will do this out of the box. You can, of course, schedule a job to build periodically, but that's not all that you want. You could try one of these 2 ideas (I have not implemented either myself). Set JobB to build periodically at 4am, but deactivate the job. Create an intermediary job with a build