Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

CloudBees CCJE - Certified CloudBees Jenkins Engineer (CCJE)

Page: 1 / 3
Total 89 questions

What Is the most efficient way to configure an environment variable that is needed for several pipelines and/or fobs?

A.

Download the value from a URL during the build itself.

B.

Define the environment variable in a shared library function that each Job calls.

C.

Set the environment variable on each pipeline or Job.

D.

Define the environment variable on the Operations Center so it is available to all pipelines and Jobs, whereever they run in the duster.

E.

Put all the pipelines and Jobs on one master or in one folder and set the environment variable in that master or folder.

How can you easily see if a plug in you use needs to be upgraded to a new version?

A.

Check the Jenkins Update Center.

B.

Search for the plugin in the Jenkins artifact repository.

C.

Email the maintainer.

D.

Check the plugin wiki

Which of these tasks are ONLY available from the "Manage Jenkins" page?

Choose 2 answers

A.

Manage plugins

B.

Open Blue Ocean

C.

Define views

D.

Configure credentials

E.

Configure Global Security

Which of the following "agent" directives are not valid in Declarative Pipeline?

A.

agent {dockerfile {filename * Dockerfile' }}

B.

agent docker

C.

agent none

D.

agent { label " linux }

E.

agent { docker ' centos: latest ' }

A Source Code Management system records and tracks all changes of a source code repository. What is the feature that enables an SCM system to notify other systems when such changes happen?

A.

Polling

B.

Webhooks

C.

Version Control

D.

Tagging

E.

Merge Review

Withthe CloudBees Folders Plus plugin, which step is required to configure a controlled agent?

A.

The folder administrator sends an email, containing the folder ID, to the agent administrator, who adds the ID to the list of approved folders.

B.

Anyone with admin permissions can simply be the ID of the folder to the specific agent; no other steps are necessary.

C.

The folder administrator sends a request, containing a digital signature, to the agent administrator, who adds the signature to the list of approved signatures.

D.

The folder administrator creates a request key which is given to the agent administrator, who approves the request key and sends back a request secret.

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

A.

Populate the "Email Notifications" section of the "System Configuration" page with a message to be sent as email to all registered Jenkins users.

B.

Add text to the "System Message" held on the "System Configuration" page to populate a banner displayed across the top of the master's home page.

C.

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.

D.

On the "System Configuration" page, choose the "Maintenance Alerts" option from the "Alerts" drop-down menu and populate the box with a

In a ''standalone'' configuration, when masters manage the build environment and also execute builds with their own resources, which of the following is true?

A.

The builds share SCM checkouts.

B.

Masters are more highly available.

C.

Build times decrease

D.

User interface becomes slower as resources on the master run out.

Where are fingerprints stored on disk ?

A.

In $JENKINS_HOME/fingerprints.

B.

Inside each artifact fingerprinted (under $JENKINS_HOME/jobs/myJob/builds).

C.

Inside each job which fingerprints artifacts ($JENKINS_HOME/Jobs/myJob).

D.

In the Workspace of each Job.

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

A.

It makes it easy to fork and merge code.

B.

It requires a central server and a standby server.

C.

It requires one server in each location.

D.

It requires fast network access for dairy work.

E.

It operates without a central server.