InterviewSolution
Saved Bookmarks
| 1. |
What is Jenkins file? |
|
Answer» For defining a Pipeline in SCM, a Jenkins file is a TEXT file that contains the meaning of a Jenkins Pipeline and is registered with SOURCE control. Consider the accompanying Pipeline which executes an ESSENTIAL three-organize continuous delivery pipeline. Making a Jenkins file, which is registered with source control, gives various prompt advantages:
Please find below Pipeline which implements a basic three-stage continuous delivery pipeline: |
|