InterviewSolution
Saved Bookmarks
| 1. |
What is a Jenkins Pipeline? |
|
Answer» Jenkins Pipeline The pipeline is a special type of Jenkins JOB - SIMPLY a SEQUENCE of STEPS controlled by a defined logic - which Orchestrates long-running activities that can span across multiple build agents. It is suitable for building pipelines (FORMERLY known as workflows) and/or organizing complex activities that cannot be easily achieved using a freestyle job. Understand how to create your first pipeline here |
|