What is declarative pipeline in jenkins?
Answer / Anmol Ratan Deepanker
Declarative pipeline in Jenkins is a way to define pipelines using a Groovy-based script, but with a more declarative and easier-to-read syntax. It separates the concerns of 'what' needs to be done from 'how' it should be done.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the basic requirements for installing jenkins?
What is the relation between hudson and jenkins?
How will you define post in jenkins?
What is groovy in jenkins?
How can you clone a git repository via jenkins?
What is a trigger? Give an example of how the repository is polled when a new commit is detected.
What is jenkinsfile?
What are the advantages of jenkins?
Mention what are the commands you can use to start jenkins manually.
Explain the terms agent, post-section, jenkinsfile
What is the difference between hudson and jenkins?
What is a jenkinsfile?