Black Friday Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

CloudBees CJE Actual Questions

Page: 4 / 7
Total 186 questions

Certified Jenkins Engineer (CJE) Questions and Answers

Question 13

In Jenkins, a trigger commonly refers to a mechanism that automatically_________.

Options:

A.

updates plugins

B.

starts the build of a job

C.

sends notification once the build is completed

D.

detects code changes in the repository

Question 14

What interval syntax could I use to trigger a build every day?

Options:

A.

@daily

B.

H H * * *

C.

30 12 * * *

D.

All of these

Question 15

A Freestyle job has the configuration shown here:

You run the following command from a Unix terminal: curl http: ///git/notifyCommit?

url-gitagithub.com: cloudbees/github test.git Will the Job be triggered?

Options:

A.

It will not be triggered.

B.

It will be triggered if the polling detects a change In any git branch.

C.

It will be triggered if the polling detects a change In the git branch "master".

D.

It will be triggered if the polling detects a change in the git branch "development".

Question 16

You need to grant permissions, via matrix-based security, to run a specific command in a Jenkins pipeline. The project parameters will not allow you to create a specific user to run this task, and you have no relevant groups. Which of the following is an option?

Options:

A.

Either creating a group or reassigning the user will work.

B.

Create a group, add an existing user to the task, and grant permissions to that group

C.

Set permissions in Jenkins to allow anonymous users to run the command

D.

Change the workflow to require an existing user to run the task, and assign permissions to that user.

Page: 4 / 7
Total 186 questions