Using the CloudBees Folders Plus plugin, which can you restrict in a folder? Choose 2 answers
Using the CloudBees Folders Plus plugin, which can you restrict in a folder? Choose 2 answersA . Builds to controlled agents (slaves).B . Total number of jobs.C . Maximum number of failed jobs allowed.D . Job types that are allowed.E . Available plugins.View AnswerAnswer: A,D
Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers
Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answersA . Any Pipeline DSL code that implements complex computational tasks must be located outside any stage block.B . All stages in a Pipeline must execute on the same type of agent.C . Steps are...
The Jenkins Install Wizard allows you to_________.
The Jenkins Install Wizard allows you to_________.A . define the security settings of the Jenkins instance you are installingB . define an admin user for JenkinsC . define non-admin users for JenkinsD . completely define the security and notification settings of the Jenkins instance you are installingE . define executor...
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 Globa Pipeline Libraries housed on...
Which statements are TRUE when doing a freshinstall of CloudBees Core 2.x? Choose 2 answers
Which statements are TRUE when doing a freshinstall of CloudBees Core 2.x? Choose 2 answersA . After the initial setup, the Beekeeper Upgrade Assistant will always be disabled.B . Only the OPTIONAL plugins selected in the Setup Wizard and their dependencies will be installed, in their latest versions.C . AN...
Which Jenkins job status indicates that tests failed?
Which Jenkins job status indicates that tests failed?A . UnstableB . SuccessC . AbortedD . FailureE . Not BuiltView AnswerAnswer: D
Which are ways to influence the number of build artifacts that can be archived? Choose 2 answers
Which are ways to influence the number of build artifacts that can be archived? Choose 2 answersA . unit build data using the job setting "Discard old builds".B . Change the order of jobs in the pipeline.C . Gear the Jenkins cache.D . Increase the size of the JENKINE ....
How can you configure a Declarative Pipeline to record the fingerprint of an artifact?
How can you configure a Declarative Pipeline to record the fingerprint of an artifact?A . Enable the Declarative Pipeline 'enableFingerprints' 'option' .B . No action is required; Declarative Pipelines automatically record a fingerprint for each artifact.C . Set the "fingerprint: true" argument for the archiveArtifacts() step.D . Call the fingerprintArtifact()...
What happens to all associated configuration metadata (on jobs, builds, etc) after a plugin is uninstaller?
What happens to all associated configuration metadata (on jobs, builds, etc) after a plugin is uninstaller?A . Nothing happens. The data remains on the persisted form of the configuration until the next save of that Rem (job, etc.).B . It is deleted on the next restart of Jenkins.C . It...
Which are valid command-line options for the Java command that runs Jenkins as a stand alone application? Choose 3 answers
Which are valid command-line options for the Java command that runs Jenkins as a stand alone application? Choose 3 answersA . --logfile -- Specify the path for the Jenkins log fie.B . --installPlugin - Install a new plugin.C . --Idap -- Specify an LDAP server location to use for user...