In order to send email notifications on build completion using Jenkins' built in mail functionality, which TWO of the following must be true?

In order to send email notifications on build completion using Jenkins' built in mail functionality, which TWO of the following must be true?A . The job must be configured to send email.B . Jenkins must be successfully configured to point to a mail server.C . Jenkins must be directly connected...

July 13, 2022No CommentsREAD MORE +

Which of these tasks are ONLY available from the "Manage Jenkins'' page? Choose 2 answers

Which of these tasks are ONLY available from the "Manage Jenkins'' page? Choose 2 answersA . Manage pluginsB . Define viewsC . Configure credentialsD . Open Blue OceanE . Configure Global SecurityView AnswerAnswer: A, E

July 13, 2022No CommentsREAD MORE +

Which of the following are true about credentials that are implemented in a Declarative Pipeline using the "credentials" or "withCredentials( )" method? Choose 2 answers

Which of the following are true about credentials that are implemented in a Declarative Pipeline using the "credentials" or "withCredentials( )" method? Choose 2 answersA . All credential bindings support the "Secret Text" and "Standard username and password" credential types.B . Credential IDs are case Insensitive.C . The credential types...

July 13, 2022No CommentsREAD MORE +

Which trigger conditions are supported?

Freestyle job configurations provide a post-build action that allows you to build other projects after a build of this job. Which trigger conditions are supported? Choose 3 answersA . Trigger even if the build fails.B . Trigger only if the build succeeds during working hours.C . Trigger only if the...

July 12, 2022No CommentsREAD MORE +

Which of the following would correctly complete the sentence, "Continuous Integration is a of Continuous Delivery"? Choose 2 answers

Which of the following would correctly complete the sentence, "Continuous Integration is a of Continuous Delivery"? Choose 2 answersA . consolidationB . requirementC . process definitionD . subsetE . supersetView AnswerAnswer: B, C

July 12, 2022No CommentsREAD MORE +

You run the following command from a Unix terminal: curl http: ///git/notifyCommit?

A Freestyle job has the configuration shown here: You run the following command from a Unix terminal: curl http: ///git/notifyCommit? url-gitagithub.com: cloudbees/github test.git Will the Job be triggered?A . It will not be triggered.B . It will be triggered if the polling detects a change In any git branch.C ....

July 12, 2022No CommentsREAD MORE +

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...

July 11, 2022No CommentsREAD MORE +

Which of the following are true about the "post" section of a Declarative Pipeline that defines additional steps that run at the end of either a pipeline stage or the pipeline itself? Choose 3 answers

Which of the following are true about the "post" section of a Declarative Pipeline that defines additional steps that run at the end of either a pipeline stage or the pipeline itself? Choose 3 answersA . The "post" section can be used to stash files, archive artifacts, and send notifications.B...

July 11, 2022No CommentsREAD MORE +

What does the M# of executors" field on the Jenkins master control?

What does the M# of executors" field on the Jenkins master control?A . Maximum number of jobs which can be run concurrently on attached agents.B . Number of Java threads that can run Jenkins jobs.C . Number of external build agents that can be used for jobs run on this...

July 11, 2022No CommentsREAD MORE +

Which are valid ways to authenticate your identity gain access?

You are using the Jenkins CLI to communicate with a remote Jenkins master. Which are valid ways to authenticate your identity gain access? Choose 2 answersA . A Jenkins user's username and GitHub API token.B . An SSH key matching an entry in the authorized_keys file of the user account...

July 11, 2022No CommentsREAD MORE +