Questions
To verify the knowledge acquired from this chapter, please answer the following questions:
- What is a pipeline?
- What is the difference between a stage and a step in the pipeline?
- What is the
post
section in the Jenkins pipeline? - What are the three most fundamental stages of the commit pipeline?
- What is
Jenkinsfile
? - What is the purpose of the code coverage stage?
- What is the difference between the following Jenkins triggers – external and polling SCM?
- What are the most common Jenkins notification methods? Name at least three.
- What are the three most common development workflows?
- What is a feature toggle?