Which of the following would correctly complete the sentence, "Continuous Integration is a of Continuous Delivery"? Choose 2 answers
Answer : B, C
You are using a base Jenkins master in production with the recommended set of plugins.
The administrators have configured a Global Pipeline Library named "common-libs", stored in a git repository, with the configuration shown in the exhibit above.
You have a Pipeline job at the root of the Jenkins dashboard, whose script starts with the annotation @LibraryCcommon-libs') _
You want to test this Pipeline job with a beta version of the Global Pipeline Library "common-libs", stored on the branch named ''edge'' the git repository.
Which of the following statements are TRUE? Choose 2 answers
Answer : A, C, D
What's not true about a build executor?
Answer : A
The default number of executors on a node is 2.
What's the term for an item produced and retained from a build?
Answer : C
Artifacts are items produced by a build.
You've been promoted at work and are now in charge of the system administrators that look after the Jenkins platform for your company. You no longer want to get notifications from Jenkins, but your subordinates don't know what settings to change in a Jenkinsfile. You give them a look, and say one of the following is what needs to be changed:
Answer : D
The emailext function can be used from a Jenkinsfile to configure notifications.
How can you easily see if a plugin you use needs to be upgraded to a new version?
Answer : D
What's "Infrastructure as Code?"
Answer : B
This is also shown in config management tools, like Puppet and Chef. The Jenkinsfile represents a 'pipeline as code' concept, specifically.