CCJE Certified CloudBees Jenkins Engineer (CCJE)

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Which is an element that CANNOT be promoted from a Custom Update Center?

Select an option, then click Submit answer.

  • Custom-developed plugins.

  • Jenkins core.

  • Build tool installers.

  • Open source plugins.


Question 8

Cluster Operations Jobs can be configured to have a sequence of operations. When one of these operations fails, how do you control the effect of that failure on the rest of the Ouster

Operations flow?

Select an option, then click Submit answer.

  • It is not possible to control the effect of an operation failure. The build fails immediately. B. Set the "Failure Mode" in the advanced options in a Ouster Operations Job configuration.

  • Create a Freestyle Job that listens to the build result of a Ouster Operations build and then dynamically sets the "Failure Mode".

  • With the CloudBees Monitoring plugin installed, configure an "Alert" In Jenkins global configuration (Manage Jenkins -> Configure System).


Question 9

What is the purpose of Pipeline checkpoints?

Select an option, then click Submit answer.

  • To allow continuing the build on another agent.

  • To avoid having to rerun the entire Pipeline If a transient error occurs.

  • To visually separate stages.

  • To run additional tests.

  • To configure pipelines to send a progress report by email when a checkpoint is reached.