Free CCJE Exam Braindumps (page: 3)

Page 2 of 23

You want to trigger a build when there K an SCM change.
Which are reasons you might want to use a post commit trigger instead of polling the SCM frequently? Choose 2 answers

  1. Polling can introduce additional delays.
  2. A post-commit trigger build includes all dependencies.
  3. Polling may consume unnecessary resources.
  4. Poling will not check out the latest revision.
  5. A post commit trigger build is more reliable.

Answer(s): A,C



How can you easily see if a plug in you use needs to be upgraded to a new version?

  1. Check the Jenkins Update Center.
  2. Search for the plugin in the Jenkins artifact repository.
  3. Email the maintainer.
  4. Check the plugin wiki

Answer(s): A



In addition to the features of the CloudBees Folders plugin, which will CloudBees Folders PLUS allow you to do? Choose 2 answers

  1. Restrict an agent to a folder.
  2. Assign an administrator to a folder.
  3. Enable logging for a folder.
  4. Restrict which kinds of items may be created in a folder.

Answer(s): A



Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers

  1. Any Pipeline DSL code that implements complex computational tasks must be located outside any stage block.
  2. All stages in a Pipeline must execute on the same type of agent.
  3. Steps are the logical segmentation of a Pipeline; they contain stages that define actual tasks.
  4. Each pipeline must have a global agent specification.
  5. Stages are the logical segmentation of a Pipeline; they contain steps that define actual tasks.

Answer(s): A,B






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

CCJE Discussions & Posts