InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by build pipeline in Jenkins? |
|
Answer» Creating a chain of jobs in Jenkins is the PROCESS of automatically starting the sequential job after one job is executed SUCCESSFULLY. This approach lets the user build multi-step build PIPELINES or trigger the rebuild of a PROJECT if one of the Project DEPENDENCIES is updated. |
|