Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

CJE Exam Dumps - Certified Jenkins Engineer (CJE)

Go to page:
Question # 25

Your Pipeline has three stages: build, test, and deploy. You want the build and test stages to run automatically (without requiring human interaction), but you want the deploy stage to require approval by a human being. How do you achieve that goal?

A.

Use an input step just before the deploy stage.

B.

This is not possible using Pipeline, because a Pipeline must run from start to finish without human interaction.

C.

Create a separate Pipeline to run the deploy stage.

D.

Use a stage step just before the deploy stage.

Full Access
Question # 26

Which of the following build steps is most appropriate to use to publish the artifact files of a build?

A.

Copy artifact files to the agent file system

B.

Upload the artifact files to a central artifact repository.

C.

Stash artifact files.

D.

Commit the artifact files to git.

Full Access
Question # 27

What's the difference between an upstream project and a downstream project?

A.

An upstream project has more build steps

B.

An upstream project triggers a downstream project.

C.

A downstream project produces no artifacts.

D.

A downstream project triggers an upstream project.

Full Access
Go to page: