InterviewSolution
Saved Bookmarks
| 1. |
What is pipeline in Jenkins? Alos explain its types? |
|
Answer» A PIPELINE in Jenkins refers to a suite of plugins that help implement & integrate Continuous Delivery Pipelines throughout Jenkins. A continuous delivery pipeline is an AUTOMATED expression for getting software from version control right through to your USERS and consumers. There are two types of pipeline syntax to define a JenkinsFile
|
|