Closed tungbq closed 11 months 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.
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 😍
Pipeline script location: https://github.com/tungbq/devops-basic/tree/main/topics/jenkins/helloworld DoD:
PipelineWithParralellStages.groovy
(or you can propose a better name with similar meaning to that one)