Free CJE Exam Braindumps (page: 9)

Page 8 of 47

Which of the following statements are TRUE about Jenkins Pipeline? Choose 2 answers

  1. A Pipeline job must contain at least three stages.
  2. It is not possible to call a Freestyle Job from within a Pipeline Job.
  3. The Pipeline syntax supports running steps in parallel on different agents.
  4. When using a Multibranch Pipeline, Jenkins can automatically create Jobs for each branch in the source code repository.
  5. Pipeline jobs survive master restarts only If the Pipeline definition script Is checked into an SCM.

Answer(s): C,D



Which Jenkins job status indicates that tests failed?

  1. Aborted
  2. Success
  3. Unstable
  4. Failure
  5. Not Built

Answer(s): C



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

  1. Builds are started on a defined a on schedule.
  2. Avoid unnecessary overhead from polling.
  3. Builds are started immediately after changes are committed.
  4. The entire repository Is scanned so no commits are missed.

Answer(s): B,C



You need to automate the deployment of 20 base Jenkins masters. I or this, you set the system propertyjenkins.install.runSetupWizard to the Value "false". Which Is TRUF about your Jenkins masters?

  1. No default administrator account is created; you have to configure security manually.
  2. A default administrator account is created with username "admin" and password "ad
  3. A default administrator account is created with username "admin" and password from the file JENKINS_HOME/secrets/initialAdminPassword
  4. A default administrator account is created and you cannot re-enable security.

Answer(s): A






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

CJE Exam Discussions & Posts