Free CCJE Exam Braindumps (page: 11)

Page 10 of 23

Which of these tasks are ONLY available from the "Manage Jenkins" page? Choose 2 answers

  1. Manage plugins
  2. Open Blue Ocean
  3. Define views
  4. Configure credentials
  5. Configure Global Security

Answer(s): D,E



Declarative Pipelines and Scripted Pipelines are both defined in a Jenkinsfilee and use the same underlying subsystem.
Which of the following is NOT true when discussing Declarative versus Scripted Pipelines?

  1. Scripted Pipelines usually execute significantly faster than the comparable Declarative Pipeline.
  2. Declarative Pipelines usually use the "agent" section to define the node where the code should execute but the "node" parameter can be used instead and allows for additional options such as "customWorkspace''.
  3. Scripted Pipelines require extensive knowledge of the Apache Groovy syntax wher ease Declarative Pipelines can be implemented with minimal understanding of Groovy and so have a lower risk of syntax errors than Scripted Pipelines.
  4. You can use the Declarative Directive Generator to help structure statements for Declarative Pipelines and use the Snippet Generator to help structure statements for Scripted Pipelines.
  5. Scripted Pipelines can implement some functionality that Declarative Pipeline syntax does not support, although small bits of scripted syntax can be included In a Declarative Pipeline by using the "script" step.

Answer(s): D





You have an Operations Center architecture as pictured in the exhibit above, where there are:
· Three folders: F1, F2, and F3
· Three shared agents: SI, S2, and S3
· Four client masters: Ml, M2, M3, and M4
Which statements are true?
Choose 2 answers

  1. M1 can only perform builds on S1.
  2. M3 can only perform builds on S2.
  3. M4 can perform builds on any shared agent.
  4. M3 can only perform builds on S2 and S3.
  5. M4 can only perform builds on S3.

Answer(s): C,D



On a Jenkins master, where would you configure tools like Maven, JDK, and Ant?

  1. Manage Jenkins -> Global Tool Configuration
  2. Build tools need to be configured manually on each agent.
  3. Jenkins Nodes -> Install Tools
  4. Manage Jenkins -> Configure System

Answer(s): A






Post your Comments and Discuss CloudBees CCJE exam with other Community members:

CCJE Discussions & Posts