workflow

2019-12-01 Thread 'Renato Goncalves (rengonca)' via Jenkins Users
Hello guys, do you have any workflow that shows how JIRA approvals will play in the process, how attributing changes back to approved JIRA tickets, and how the Jenkins pipeline can align with maintenance windows as limited regional/global deployments? -- You received this message because you

Re: Dynamic Sleep time to execute next step in pipeline

2019-12-01 Thread Mark Waite
If line 3 runs a program (shell script or otherwise) which does not spawn additional background processes, then that step will not return until line 3 has finished. It would be synchronous. Since you've indicated that the desired script actions have not completed when line 3 returns, I assume

Dynamic Sleep time to execute next step in pipeline

2019-12-01 Thread Ramesh Mari
Hello Guys, This is one tricky question, Please review the problem statement and advise me how to get into further. I have pipeline code which is combined of groovy and sh script. Refer the below sample one, based on that the line 4 code should be execute once ssh commend done in the