Here are the uses of Jenkins pipeline and why we use:
- Jenkins pipeline is implemented as a code that helps the multiple users to make changes and execute the pipeline process.
- Pipelines are robust. Suppose, if your server faces an unpredicted restart then the pipeline will get resumed.
- You can pause the pipeline process. You can make it to continue unless an user gives external input.
- Jenkins Pipelines support big projects. You can run many jobs. You can use pipelines in a loop.
If you want to learn Jenkins, check out this Jenkins Certification course by Intellipaat.
Also, watch this video on Jenkins Pipeline: