Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

CloudBees CJE - Certified Jenkins Engineer (CJE)

Page: 6 / 6
Total 186 questions

Which menu option do you select to add a pipeline or other project?

A.

Credentials

B.

My Views

C.

New Item

D.

Manage Jenkins

You're setting up a folder config in Jenkins, and you set a couple of items called "child item with worst health" and "recursive." A colleague turns to you, since you know the answers to the rest of his questions, and asks you, "how do I determine the health of the folder with those items set?What's your answer?

A.

Only top scoped projects will determine the health of a folder.

B.

I don't know. Ask someone else.

C.

Items in nested sub-folders are used to calculate the folders health.

D.

Don't be silly. Folder's don't have health.

Which answer best describes continuous integration?

A.

A software development discipline where software is built so that it can be released to production at any time.

B.

A software development discipline where software is released continuously as part of an automated pipeline.

C.

Building in 60 minutes or less.

D.

A software development practice where contributors are integrating their work very frequently.

You have started work on a project with Docker integration. What is the proper syntax to invoke a Docker agent?

A.

agent {docker ‘openjdk’}

B.

deploy { docker 'openjdk' }

C.

docker 'openjdk' { install: true }

D.

docker { agent 'openjdk:latest' }

Which enables you to use artifacts from a completed build in the workspace of the currently running build?

A.

Jenkins core

B.

Copy Artifact plugin.

C.

Rebuild plugin.

D.

ArtifactDeployer plugin.