InterviewSolution
Saved Bookmarks
| 1. |
Explain Jenkins Multibranch Pipeline? |
|
Answer» Jenkins Multibranch Pipeline It is a pipeline job that can be configured to Create a set of Pipeline projects according to the detected branches in one SCM REPOSITORY. This can be used to configure pipelines for all branches of a single repository e.g. if we maintain different branches (i.e. production CODE branches) for different configurations LIKE locales, currencies, countries, ETC. |
|