Free CJE Exam Braindumps (page: 17)

Page 16 of 47

You are using the Jenkins CLI to communicate with a remote Jenkins master. Which are valid ways to authenticate your identity gain access? Choose 2 answers

  1. A Jenkins user's username and GitHub API token.
  2. An SSH key matching an entry in the authorized_keys file of the user account that the Jenkins master process runs "as".
  3. A Jenkins user's username and Kerberos token.
  4. An SSH key matching a Jenkins user's public key.
  5. A Jenkins user's username and password or API token.

Answer(s): B,D



Which of the following would correctly complete the sentence, "Continuous Integration is a of Continuous Delivery"? Choose 2 answers

  1. consolidation
  2. requirement
  3. process definition
  4. subset
  5. superset

Answer(s): B,C



Your Pipeline has three stages: build, test, and deploy. You want the build and test stages to run automatically (without requiring human interaction), but you want the deploy stage to require approval by a human being. How do you achieve that goal?

  1. Use an input step just before the deploy stage.
  2. This is not possible using Pipeline, because a Pipeline must run from start to finish without human interaction.
  3. Create a separate Pipeline to run the deploy stage.
  4. Use a stage step just before the deploy stage.

Answer(s): A



Freestyle job configurations provide a post-build action that allows you to build other projects after a build of this job. Which trigger conditions are supported? Choose 3 answers

  1. Trigger even if the build fails.
  2. Trigger only if the build succeeds during working hours.
  3. Trigger only if the build produces artifacts.
  4. Trigger only if the build succeeds.
  5. Trigger even if the build is unstable.

Answer(s): B






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

CJE Exam Discussions & Posts