How can you assign projects to specific agent nodes?
Answer : B
You can configure a project to run on a node, or subset of nodes, based on expression matching of a node's labels.
How would you invoke a Docker agent?
Answer : C
Docker-based agents can be invoked this way. You'd get the latest 'openjdk' docker image with this syntax.
What's the difference between continuous integration and continuous delivery?
Answer : C
Which is not a function provided by the Jenkins CLI?
Answer : A
The others are all common functions of the CLI
What type of file extension do plugin files have?
Answer : B
Jenkins plugins exist in .hpi files.
Which answer best describes continuous integration?
Answer : D
Continuous integration doesn't mean that software can or will be released or pushed to production continuously.
You want to deploy a Jenkins pipeline, but you are concerned about the total amount of time it will take for the deployment to complete, and you aren't concerned with files left in the working directory after a build. What should you do?
Answer : B
You can save time by not choosing to have a clean checkout for each build