In a "standalone" configuration, when masters manage the build environment and also execute builds with their own resources, which of the following Is true?

In a "standalone" configuration, when masters manage the build environment and also execute builds with their own resources, which of the following Is true?A . Build times decrease.B . User interface becomes slower as resources on the master run out.C . The builds share SCM checkoutsD . Masters are more...

July 25, 2022 No Comments READ MORE +

What are the main advantages of using webhooks/post commit hooks from your Source Code Management system to trigger your Jenkins project rather than using SCM polling? Choose 2 answers A

What are the main advantages of using webhooks/post commit hooks from your Source Code Management system to trigger your Jenkins project rather than using SCM polling? Choose 2 answers AA . Builds are started on a defined a on schedule.B . Avoid unnecessary overhead from polling.C . Builds are started...

July 25, 2022 No Comments READ MORE +

Which of the following build steps is most appropriate to use to publish the artifact files of a build?

Which of the following build steps is most appropriate to use to publish the artifact files of a build?A . Copy artifact files to the agent file systemB . Upload the artifact files to a central artifact repository.C . Stash artifact files.D . Commit the artifact files to git.View AnswerAnswer:...

July 25, 2022 No Comments READ MORE +

Which can you do with the Jenkins Install Wizard? Choose 3 answers

Which can you do with the Jenkins Install Wizard? Choose 3 answersA . Install a pre-defined set of recommended plugins.B . Install Jenkins without any extra plugins.C . Choose the version of Jenkins core to install.D . Manually select plugins to install from a set of predefined plugins.E . Install...

July 25, 2022 No Comments READ MORE +

How do you achieve that goal?

Your Pipeline has three stages: build, test, and deploy. You want the build and test stages to run automatically (without requiring human interaction), but you want the deploy stage to require approval by a human being. How do you achieve that goal?A . Use an input step just before the...

July 25, 2022 No Comments READ MORE +

The Jenkins Install Wizard allows you to

The Jenkins Install Wizard allows you toA . define non-admin users for JenkinsB . completely define the security and notification settings of the Jenkins Instance you are installingC . define an-admin user for JenkinsD . define the security settings of the Jenkins instance you are installingE . define executor agentsView...

July 25, 2022 No Comments READ MORE +

In a Pipeline, the stage step_________.

In a Pipeline, the stage step_________.A . can be used to group a number of other steps into a logical unit for displayB . collects a set of artifacts that can be referenced in a later Pipeline stepC . prepares a test environment in JenkinsD . transfers artifacts to a...

July 24, 2022 No Comments READ MORE +

A unit test_________.

A unit test_________.A . tests an Individual unit a componentB . verifies cross-functionalitiesC . verifies that the complete software matches the specifications it was written to fulfillD . is written when an Integration or multi-environment bog is fixedView AnswerAnswer: A

July 24, 2022 No Comments READ MORE +

Which of the following statements is TRUE?

You are the administrator of a base Jenkins master with the recommended set of plugins installed. You want to protect the Jenkins master against malicious (or bad) usages of Groovy methods. You also want your users to be able to share their Pipeline code via Global Pipeline Libraries housed on...

July 24, 2022 No Comments READ MORE +

Which keyword is used to group related parts of a Declarative Pipeline?

Which keyword is used to group related parts of a Declarative Pipeline?A . collectB . stepC . stageD . stepsE . groupView AnswerAnswer: D

July 24, 2022 No Comments READ MORE +