hpv
9 years agoFormer Employee
How to make a Pipeline wait during execution
This can be achieved using Python script for making a pipeline to wait in the flow during execution.
Change the value in line number 22 in the script
time.sleep(120) Here 120 is t...