Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (55.6k points)

Can anyone tell me what is the use of Jenkins pipeline?

1 Answer

0 votes
by (119k points)

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:

Browse Categories

...