tungbq / devops-basics

🚀 Practical and document place for DevOps toolchain
https://devops-basics.thedevopshub.org
Apache License 2.0
1.67k stars 146 forks source link

jenkins: add example pipeline to run 2 stages in parallel #241

Closed tungbq closed 11 months ago

tungbq commented 1 year ago

Pipeline script location: https://github.com/tungbq/devops-basic/tree/main/topics/jenkins/helloworld DoD:

vivekvr1 commented 1 year ago

I'm happy to report that I have completed the following tasks:

Created a new pipeline script file called PipelineWithParallelStages.groovy in the https://github.com/tungbq/devops-basic/tree/main/topics/jenkins/helloworld directory. 🚀 Added an example pipeline to the file that runs two stages in parallel, ParallelStage1 and ParallelStage2. 👯‍♀️ Each stage simply prints a message to the console. 🗣️ Tested the new pipeline script on Jenkins and confirmed that it works fine. ✅ Please let me know if you have any questions or feedback.

tungbq commented 1 year ago

I'm happy to report that I have completed the following tasks:

Created a new pipeline script file called PipelineWithParallelStages.groovy in the https://github.com/tungbq/devops-basic/tree/main/topics/jenkins/helloworld directory. 🚀 Added an example pipeline to the file that runs two stages in parallel, ParallelStage1 and ParallelStage2. 👯‍♀️ Each stage simply prints a message to the console. 🗣️ Tested the new pipeline script on Jenkins and confirmed that it works fine. ✅ Please let me know if you have any questions or feedback.

@dcompanykrish Wao!! I really happy and appreciated for your effort on this repository. I'll review all of your PR now. Thanks a lot 😍