What do you mean by pipeline as a code?
Answer / Ranjana Sagar
Pipeline as Code is an approach where Jenkins pipelines are defined in a source control system (such as Git or SVN), allowing for easy versioning, collaboration, and automation. It provides a declarative syntax to define the steps of a build, test, and deploy process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Discuss some of the valuable plugins in jenkin?
Why is jenkins called a continuous delivery tool?
Why do we use jenkins?
What are the features of jenkins?
Explain how you can set up Jenkins job?
what is continuous integration?
What are the two components (pre-requisites) that jenkins is mainly integrated with?
How can you move or copy jenkins from one server to another?
Which scm tools does jenkins support?
What do you know about cloud computing? How can jenkins fit into a cloud computing environment? Explain with an example.
What is a trigger? Give an example of how the repository is polled when a new commit is detected.
Give an example of how the repository is polled when a new commit is detected.