Jenkins pipeline with different stages
Currently, we are using Jenkins for one of our projects. It is possible to have multiple stages in your jenkins to address the different areas of your testing like End to End testing, UI Testing, API Testing, Integration testing.
Here is the current pipeline.
Comments
Post a Comment