When you upgrade a plugin and find an issue in the new version, how ran you move hade to the previously installed version? Choose 2 answers

When you upgrade a plugin and find an issue in the new version, how ran you move hade to the previously installed version? Choose 2 answersA . Use the pluginManager.downgrade method in the script console.B . Select the version you want to use in the global configuration section for this...

July 22, 2022 No Comments READ MORE +

Which statement is true about the folder "Project1"?

On a single Jenkins master you have a folder named "Project1 ". I his folder contains three jobs: "job master", "job develop", and "Job edge". The job "job master" Is the latest built project and Is In a success state while the two other jobs are in falling state. Which...

July 22, 2022 No Comments READ MORE +

Which enables you to use artifacts from a completed build in the workspace of the currently running build?

Which enables you to use artifacts from a completed build in the workspace of the currently running build?A . Jenkins coreB . Copy Artifact plugin.C . Rebuild plugin.D . Artifact Deployer plugin.View AnswerAnswer: B

July 21, 2022 No Comments READ MORE +

Which of the following "agent" directives are not valid in Declarative Pipeline?

Which of the following "agent" directives are not valid in Declarative Pipeline?A . agent (dockerfile {filename ' Dockerfile' } }B . agent { label 'Minux' }C . agent dockerD . agent { docker ' centos:latest' }E . agent noneView AnswerAnswer: C

July 21, 2022 No Comments READ MORE +

What does this filter achieve?

A multi-configuration job contains the combination filter index% 4=1. What does this filter achieve?A . It removes 3 combinations In every 4.B . It removes one combination in every 4.C . It removes the fourth combination.D . Nothing. The syntax is Invalid.E . It removes the first combination.View AnswerAnswer: B

July 21, 2022 No Comments READ MORE +

Why Is the performance of a Jenkins master Improved by using a distributed builds architecture?

Why Is the performance of a Jenkins master Improved by using a distributed builds architecture?A . Because executors cannot be allocated on the master.B . Because executors offloaded onto build nodes are not performant.C . Because it prevents the CPU being overloaded during parallel polls.D . Because it prevents builds...

July 21, 2022 No Comments READ MORE +

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

July 21, 2022 No Comments READ MORE +

In Jenkins, a trigger commonly refers to a mechanism that automatically_________.

In Jenkins, a trigger commonly refers to a mechanism that automatically_________.A . updates pluginsB . starts the build of a jobC . sends notification once the build is completedD . detects code changes in the repositoryView AnswerAnswer: B

July 20, 2022 No Comments READ MORE +

In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?

In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?A . BuildB . Build EnvironmentC . Source Code ManagementD . Build TriggersE . Post-build ActionsView AnswerAnswer: A

July 19, 2022 No Comments READ MORE +

In a Multibranch Pipeline project, you removed a branch in the repository. When is the corresponding "orphaned" job removed?

In a Multibranch Pipeline project, you removed a branch in the repository. When is the corresponding "orphaned" job removed?A . All orphaned jobs that match the "Orphaned Item Strategy" are cleaned up automatically every 24 hours.B . All orphaned jobs are cleaned up every time the Multibranch project is saved.C...

July 19, 2022 No Comments READ MORE +