Free CJE Exam Braindumps (page: 15)

Page 14 of 47

A Freestyle job has the configuration shown here:

You run the following command from a Unix terminal: curl http: ///git/notifyCommit? url-gitagithub.com: cloudbees/github test.git

Will the Job be triggered?

  1. It will not be triggered.
  2. It will be triggered if the polling detects a change In any git branch.
  3. It will be triggered if the polling detects a change In the git branch "master".
  4. It will be triggered if the polling detects a change in the git branch "development".

Answer(s): D



Which statements about a Distributed Version Control System are correct? Choose 2 answers

  1. It makes It easy to fork and merge code.
  2. It requires one server in each location.
  3. It requires a central server and a standby server.
  4. It requires fast network access for daily work.
  5. It operates without a central server.

Answer(s): A,E



In Jenkins, a trigger commonly refers to a mechanism that automatically _____________.

  1. updates plugins
  2. starts the build of a job
  3. sends notification once the build is completed
  4. detects code changes in the repository

Answer(s): B



Pipelines often require access to protected resources such as servers, databases, and SCMs. Without using an external credentials manager, which of the following provides the most secure centralized mechanism for managing the "secrets" that Jenkins requires to login/authenticate (for example: keys, tokens, passwords)?

  1. Store the secrets on the Jenkins master using the Credentials plugin.
  2. Include the secrets In the home directory of the Jenkins agent account.
  3. Store the secrets required in the SCM alongside the application source code.
  4. Embed secrets into the build and deployment scripts invoked by the job.
  5. Store the secrets as Node Properties for each agent definition.

Answer(s): A






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

CJE Exam Discussions & Posts