Which of the following practices are recommended for a Declarative Pipeline? Choose 3 answers
A.
Encapsulate common Jenkins logic within shared Iibraries when leveraging Declarative Pipelines.
B.
Use the pipeline DSL to implement Intricate networking and computational tasks that your Pipeline needs to do.
C.
Simplify the test/debug process and improve performance of your pipeline by defining separate steps for each Important task performed by the pipeline.
D.
Use toots such as Maven, Gradle, NPM, Ant, and Make to define most of the build work; call these executables as steps in your pipeline.
E.
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.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit