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

Which of the following practices are recommended for a Declarative Pipeline? Choose 3 answers

A.

Use the pipeline DSL to implement intricate networking and computational tasks that your Pipeline needs to do.

B.

Simplify the test/debug process and improve performance of your pipeline by defining separate steps for each Important task performed by the pipeline.

C.

Encapsulate common Jenkins logic within shared libraries when leveraging Declarative Pipelines.

D.

Call scripts written In Shell, Batch, Groovy, or Python to implement any complex logic required for your pipeline; call these scripts as steps in your pipeline.

E.

Use took such as Maven, Gradle, NPM, Ant, and Make to define most of the build work; cad these executables as steps In your pipeline.

What's the difference between authentication and authorization?

A.

None of these

B.

Authorization is more strict

C.

Authorization identifies a user, while authentication dictates what a user is allowed to do.

D.

Authentication identifies a user, while authorization dictates what a user is allowed to do.

DevOps teams can implement traceability of artifacts in a continuous delivery pipeline by using

A.

the Downstream Builds plugin

B.

manual recording

C.

the Pipeline plugin to fingerprint files

D.

Pipeline labels

You need to automate the deployment of 20 base Jenkins masters. I or this, you set the system property

jenkins.install.runSetupWizard to the Value "false".

Which Is TRUF about your Jenkins masters?

A.

No default administrator account is created; you have to configure security manually.

B.

A default administrator account is created with username "admin" and password "ad

C.

A default administrator account is created with username "admin" and password from the file

JENKINS_HOME/secrets/initialAdminPassword

D.

A default administrator account is created and you cannot re-enable security.

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

A.

@daily

B.

H H * * *

C.

30 12 * * *

D.

All of these