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

CloudBees CCJE - Certified CloudBees Jenkins Engineer (CCJE)

Page: 3 / 3
Total 89 questions

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

A.

only repositories that contain a Jenkinsfile in all their branches

B.

all repositories that contain a 3enkinsfile in at least one branch or pull request

C.

all repositories

D.

only repositories that contain a Jenkinsfile in at least one branch

What is the default directory whore a build takes place?

A.

The JENKINS.HOME directory.

B.

The user's home directory.

C.

The Workspace directory.

D.

The Builds directory in the job.

A Freestyle job is configured to execute concurrent builds, and to only build on a specific agent (agent A) that has 4 execution. You observe that 2 instances of the Job are currently building while several others are waiting in the build queue. Which of the following could explain why the builds are waiting in the build queue?

A.

Each build in the build queue must be manually attached to an available executor.

B.

There are not enough Idle executors available on agent A.

C.

The "Execute concurrent builds if necessary" option in the Job configuration has reached its user-defined maximum.

D.

Changes were made to this Job's conjuration while this Job had builds in the build queue.

How can you set the values of a parameterized build on the command line using the Jenkins CLI (jenkins-cli.jar)?

A.

The Jenkins CL1 can only start builds without parameters.

B.

Set the jenkins_parameters environment variable.

C.

Append --parameter-KEY-Value to the command line.

D.

Create a file containing KEY=Value pairs (one per line) and use the --parameters file command line argument.

E.

Append #KEY-Value to the command line.

F.

Append -p KEY=Value to the command line.

Which types of data in a Client Master can be selected in a backup step of a Cluster Operations Job?

Choose 3 answers

A.

Build records.

B.

Job configurations.

C.

Folders configurations.

D.

System configuration.

E.

Views configurations.

What is the purpose of the Script Console?

A.

Provides a secure environment used to execute sh and bat scripts for all Pipelines and Freestyle Jobs.

B.

Provides the secure environment used to run CLI commands.

C.

Provides a largely unrestricted environment where sophisticated and trusted users can run Apache Groovy scripts to streamline management tasks.

D.

Provides a secure environment to run python scripts to administer Jenkins.

E.

Provides a largely unrestricted environment where sophisticated and trusted users can run sh and bat scripts to streamline management tasks.