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

Which of the following is true about resuming a Declarative Pipeline?

A.

All Declarative Pipelines are restartable by default, with the same inputs (commit to build, parameters, etc) as the original run. Any data that built in the original run is available only if the preserveStashes() option is specified in the Jenkinsfile.

B.

Declarative Pipelines cab be restarted after a Jenkins failure but not after a transient outage (such as a network failure or disk space exhaustion)

C.

Declarative Pipelines that use Docker containers can not be resumed because the docker APIs that Jenkins calls to create the container are not senalized.

D.

A DeclaraDve Pipeline can be restarted only if the preserveStashes() option is set in the pipeline.

E.

Declarative Pipelines can be resumed only after a transient outage (such as a network failure orfefisk space exhaustion).

Which of the following would correctly complete the sentence, "Continuous Integration is a of Continuous Delivery"? Choose 2 answers

A.

consolidation

B.

requirement

C.

process definition

D.

subset

E.

superset

Which can be defined in and limited to a specific folder and its subfolders? Choose 4 answers

A.

Permissions to run jobs and Pipeline

B.

Credentials

C.

View definitions

D.

Plugins

E.

Pipeline shared libraries

Where do you configure a shared global library?

A.

Configure Global Security

B.

Configure System -> Global Pipeline Libraries

C.

None of these

D.

Project Configuration

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

A.

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

B.

On the "System Configuration" page, choose the "Maintenance Alerts" option from the "Alerts" dropdown menu and populate the box with a message to be added to all build logs.

C.

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

D.

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.

What's the commonly used Java code coverage plugin?

A.

Maven

B.

Cobertura

C.

Ant

D.

Gradle

In a Multibranch Pipeline project, you removed a branch in the repository. When is the corresponding "orphaned" job removed?

A.

All orphaned jobs that match the "Orphaned Item Strategy" are cleaned up automatically every 24 hours.

B.

All orphaned jobs are cleaned up every time the Multibranch project is saved.

C.

All orphaned jobs that match the "Orphaned Item Strategy" configuration are cleaned up on every branch re-index process.

D.

All "orphaned" jobs are cleaned up on every branch re-Index process.

You were down in the data center working on something else and received a phone call to make a change on the Jenkins server. As the rack does not have sufficient power or internet for you to plug in your laptop, you decide to just use the console on the server itself. How would you access the CLI?

A.

All of these

B.

java -jar /var/lib/jenkins/jenkins-cli.jar -s http://localhost:8080/

C.

jenkins

D.

jcli

The QA department has been having issues locating their work on the Jenkins server. As a result, their manager has asked for the jobs (projects) to be better organized. Which most correct answer can you use to organize projects?

A.

Folders and views

B.

Relational Database

C.

Folders

D.

Views

Choose the destinations where Jenkins and its plugins can send job notifications?

A.

email

B.

Slack

C.

Jira

D.

SMS messaging

E.

All of the above