- All Exams Instant Download
How can you easily see if a plugin you use needs to be upgraded to a new version?
How can you easily see if a plugin you use needs to be upgraded to a new version?A . Check the plugin wiki.B . Search for the plugin in the Jenkins artifact repository.C . Email the maintainedD . Check the Jenkins Update Center.View AnswerAnswer: D
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 of the following is true about resuming a Declarative Pipeline?
Which of the following is true about resuming a Declarative Pipeline?A . All Declarative Pipelines are restartable by default, with the same inputs (commit to build, parameters, etc) as the original run. Any data that built in the original run is available only if the preserveStashes() option is specified in...
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
What does a flashing build icon in the Build History indicate? Choose 3 answers
What does a flashing build icon in the Build History indicate? Choose 3 answersA . A groovy script needs to be approved.B . A build is waiting for Input.C . The build is waiting for an executor to be available.D . An agent is being spawned.View AnswerAnswer: A, C, D
Which TIIKII of the following are considered best practices when setting up rules for notifications?
Which TIIKII of the following are considered best practices when setting up rules for notifications?A . Send notifications only when direct intervention is needed.B . Do not send developers too many email notifications.C . Make sure the notification's target Is the right person.D . Send notifications by multiple channels (email,...
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...
Which can be defined in and limited to a specific folder and its subfolders? Choose 4 answers
Which can be defined in and limited to a specific folder and its subfolders? Choose 4 answersA . Permissions to run jobs and PipelineB . CredentialsC . View definitionsD . PluginsE . Pipeline shared librariesView AnswerAnswer: B, C, D, E,
DevOps teams can implement traceability of artifacts in a continuous delivery pipeline by using
DevOps teams can implement traceability of artifacts in a continuous delivery pipeline by usingA . the Downstream Builds pluginB . manual recordingC . the Pipeline plugin to fingerprint filesD . Pipeline labelsView AnswerAnswer: C
Choose the destinations where Jenkins and its plugins can send job notifications?
Choose the destinations where Jenkins and its plugins can send job notifications?A . emailB . SlackC . JiraD . SMS messagingE . All of the aboveView AnswerAnswer: E