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.

enter image description here


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -