Free CJE Exam Braindumps (page: 6)

Page 5 of 47

What is the preferred method for a Jenkins administrator to notify nil Jenkins users about upcoming system maintenance?

  1. Add text to the "System Message" field on the "System Configuration" page to populate a banner displayed across the top of the master's home page.
  2. On the "System Configuration" page, choose the "Maintenance Alerts" option from the "Alerts" dropdown menu and populate the box with a message to be added to all build logs.
  3. Populate the "Email Notifications" section of the "System Configuration" page with a message to be sent as email to all registered Jenkins users.
  4. On the master's dashboard, dick "add description" or "edit description" to populate a banner displayed across the top of the master's home page.

Answer(s): B



Which is the expected workflow for "lest-Driven Development"?

  1. Validate with the CI system, write the new functional code, and then verify that the test passes.
  2. Write a new test, validate with the a system, and then write the new functional code.
  3. Write a new falling unit test, write the new functional code to fix the test, verify that the test passes, and then refactor the code.
  4. Write a new failing unit test, write the new functional code to fix the test, and then verify that the test passes.

Answer(s): C



You want to execute a Job passing one parameter via the Jenkins RFST API. The correct syntax for this is http: / /server/Job/ myjob .

  1. /build?Parameter =Value
  2. /buiWWithParameters?Parameter=Value
  3. /buildWithParameters
  4. /build?Parameters=Value

Answer(s): B



Which keyword is used to group related parts of a Declarative Pipeline?

  1. collect
  2. step
  3. stage
  4. steps
  5. group

Answer(s): D






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

CJE Exam Discussions & Posts