Hi,
I would like to set up a job A such that it would be triggered after the
given period of time after the last successful build of another job B.
If B succeed, A waits for n minutes and If in that period of time when
Awas waiting,
B succeed once again, the schedule for A is delayed once again so that the
period from the B/lastSuccessfulBuild would be at least n minutes. Builds
for A job are never queued, it just gets delayed.

Have you any idea how can I configure Jenkins to get such behaviour.
Regards.

Reply via email to