Free CJE Exam Braindumps (page: 2)

Page 1 of 47

You are using GitHub repository scanning (in a project of type "GitHub Organization") with the Pipeline lenkinsfile Project Recognizer. In this case, which repositories under the organization will have Multibranch projects automatically created for them?

  1. only repositories that contain a Jenkinsfile in all their branches
  2. only repositories that contain a Jenkinsfile in at least one branch
  3. all repositories that contain a Jenkinsfile in at least one branch or pull request
  4. all repositories

Answer(s): A



How can you configure a Declarative Pipeline to record the fingerprint of an artifact?

  1. CaII the fingerprintArtifact() step immediately after the archiveArtifacts( ) step.
  2. Enable the Declarative Pipeline 'enableFingerprints' 'option' .
  3. Set the Fingerprint Artifacts global configuration option.
  4. Set the "fingerprint: true" argument for the archiveArtifactsQ step.
  5. No action is required; Declarative Pipelines automatically record a fingerprint for each artifact.

Answer(s): D



Which are commonly referenced as key points of CI? Choose 3 answers

  1. Automated deployment to the production environment.
  2. Collaboration among Dev, QA and Ops.
  3. Automated tests after each commit
  4. Automated builds after each commit.
  5. Frequent commits to source code repository.

Answer(s): C,D,E



A unit test ____________.

  1. tests an Individual unit a component
  2. verifies cross-functionalities
  3. verifies that the complete software matches the specifications it was written to fulfill
  4. is written when an Integration or multi-environment bog is fixed

Answer(s): A






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

CJE Exam Discussions & Posts