Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answers
Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answersA . Jenkins can be restarted while a build is In progress without impacting the build.B . Job definition can be loaded from the Source Code Management system at build time.C ....
Which job type Is always available In Jenkins without additional plugins?
Which job type Is always available In Jenkins without additional plugins?A . Ant projectB . Make projectC . Grade projectD . Pipeline projectE . Freestyle projectView AnswerAnswer: E
Which of the following are true when using build parameters? Choose 3 answers
Which of the following are true when using build parameters? Choose 3 answersA . If your Jenkinsfile specifies parameters with the "parameters'' directive, those are the only parameters recognized when the Pipeline executes; any parameters that were specified In the "Project is parameterized" section of the Job configuration are cleared.B...
Which of the following could explain why the builds are waiting in the build queue?
A Freestyle job is configured to execute concurrent builds, and to only build on a specific agent (agent A) that has 4 executors. You observe that 2 Instances of the job are currently building while several others are waiting in the build queue. Which of the following could explain why...
Which statements about a Distributed Version Control System are correct? Choose 2 answers
Which statements about a Distributed Version Control System are correct? Choose 2 answersA . It makes It easy to fork and merge code.B . It requires one server in each location.C . It requires a central server and a standby server.D . It requires fast network access for daily work.E...
In this case, which repositories under the organization will have Multibranch projects automatically created for them?
You are using GitHub repository scanning (in a project of type "GitHub Organization") with the Pipeline lenkinsfile Project Recognizer. In this case, which repositories under the organization will have Multibranch projects automatically created for them?A . only repositories that contain a Jenkinsfile in all their branchesB . only repositories that...
What is the default directory where a build takes place?
What is the default directory where a build takes place?A . The Workspace directory.B . The Builds directory in the Job.C . The JENKINS_HOME directory.D . The user's home directory.View AnswerAnswer: A
Without using an external credentials manager, which of the following provides the most secure centralized mechanism for managing the "secrets" that Jenkins requires to login/authenticate (for example: keys, tokens, passwords)?
Pipelines often require access to protected resources such as servers, databases, and SCMs. Without using an external credentials manager, which of the following provides the most secure centralized mechanism for managing the "secrets" that Jenkins requires to login/authenticate (for example: keys, tokens, passwords)?A . Store the secrets on the Jenkins...
Which is the expected workflow for "lest-Driven Development"?
Which is the expected workflow for "lest-Driven Development"?A . Validate with the CI system, write the new functional code, and then verify that the test passes.B . Write a new test, validate with the a system, and then write the new functional code.C . Write a new falling unit test,...
Which of the following statements are TRUE about Jenkins Pipeline? Choose 2 answers
Which of the following statements are TRUE about Jenkins Pipeline? Choose 2 answersA . A Pipeline job must contain at least three stages.B . It is not possible to call a Freestyle Job from within a Pipeline Job.C . The Pipeline syntax supports running steps in parallel on different agents.D...