- All Exams Instant Download
Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answers
Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answersA . Jenkins can be restarted while a build is In progress without impacting the build.B . Job definition can be loaded from the Source Code Management system at build time.C ....
How can you ensure that multiple concurrent runs share the same workspace?
A freestyle job is set up to "Enable concurrent builds if necessary" and configured to run on a single node. How can you ensure that multiple concurrent runs share the same workspace?A . Pass the argument -Dhuason.model .Run. lockworkspace=false in the Jenkins master Invocation.B . Check "Do not lock workspace"...
You want to allow regular users to configure limited aspects of a job but not allow them to change everything, What Jenkins mechanism do to use?
You want to allow regular users to configure limited aspects of a job but not allow them to change everything, What Jenkins mechanism do to use?A . System environment variablesB . Job Configuration Restriction pluginC . Build parametersD . Matrix-based securityE . Declarative PipelineView AnswerAnswer: A
One quality of an ideal build node K that it is_________.
One quality of an ideal build node K that it is_________.A . ephemeral and replaceableB . tailored to specific buildsC . on-masterD . staticView AnswerAnswer: A
Which of the following is true about resuming a Declarative Pipeline?
Which of the following is true about resuming a Declarative Pipeline?A . Declarative Pipelines cab be restarted after a Jenkins failure but not after a transient outage (such as a network failure or disk space exhaustion).B . Declarative Pipelines can be resumed only after a transient outage (such as a...
Where do you find alerts about Jenkins security issues? Choose 3 answers
Where do you find alerts about Jenkins security issues? Choose 3 answersA . Beekeeper Upgrade Assistant if you are running CloudBees Jenkins Distribution or CloudBees Core.B . An email message that is automatically sent to all users who have registered with the mailing list at [email protected] . A banner displayed...
Which of the following are true when using build parameters? Choose 3 answers
Which of the following are true when using build parameters? Choose 3 answersA . If your Jenkinsfile specifies parameters with the "parameters'' directive, those are the only parameters recognized when the Pipeline executes; any parameters that were specified In the "Project is parameterized" section of the Job configuration are cleared.B...
Which are commonly referenced as key points of CI? Choose 3 answers
Which are commonly referenced as key points of CI? Choose 3 answersA . Automated deployment to the production environment.B . Collaboration among Dev, QA and Ops.C . Automated tests after each commitD . Automated builds after each commit.E . Frequent commits to source code repository.View AnswerAnswer: C, D, E
Which job type Is always available In Jenkins without additional plugins?
Which job type Is always available In Jenkins without additional plugins?A . Ant projectB . Make projectC . Grade projectD . Pipeline projectE . Freestyle projectView AnswerAnswer: E
Which of the following are true when using environment directives in a Declarative Pipeline? Choose 3 answers
Which of the following are true when using environment directives in a Declarative Pipeline? Choose 3 answersA . If an environment variable b enclosed In single quotes, the Pipeline DSL dereferences the variable on the master's JVM and passes the calculated string to the sh or bat step; if the...