how to add a delay in downstream project before it gets triggered by upstream project in jenkins -
i have 2 jobs configured on jenkins job-a upstream , job-b downstream. once job-a completes execution triggers job-b want job-b should start @ least 5/10 minutes after job-a completes. , in case job-a starts @ random time in day
use jenkins quiet period feature add wait time before starting build.
quiet-period: number of seconds wait between consecutive runs of job.
this can configured @ jenkins global level or each individual job level. in case configure job-b quiet period 5 or 10 minutes.
Comments
Post a Comment