You're a DevOps engineer in charge of configuring Jenkins for your team's CI/CD pipeline. You're utilizing the Jenkins pipeline and the Jenkinsfile. You want to define a stage for your build that utilizes the locally installed Ant and build.xml in the root of your project repository. Which is the correct syntax?
What's the commonly used Java code coverage plugin?
Which of the following is true about resuming a Declarative Pipeline?
How can you organize Jenkins projects (or jobs)?
You are interested in integrating CI/CD in your work environment, but your team lead and several of your team members do not understand the concept. Your boss believes that continuous delivery will mean that someone (namely, you) will need to be on-call around the clock for constant monitoring and deployment of new code. You have a two-minute window to quickly explain what continuous delivery means. Out of the following answers, what is the clearest and most succinct correct answer?
You are given the task to install Jenkins and its prerequisites as part of an initiative toimplement CI/CD. After installing the operating system, you will need to make sure what language is available for Jenkins to utilize before you can successfully install it?
How do you archive artifacts from a Jenkinsfile?
What's a fingerprint?
What is a code coverage test?
What's a benefit of incremental updates over a clean checkout?
How do you use the Jenkins CLI?
Which of the following are true about credentials that are implemented in a Declarative Pipeline using the "credentials" or "withCredentials( )" method?
Choose 2 answers
Which of the following practices are recommended for a Declarative Pipeline? Choose 3 answers
Which enables you to use artifacts from a completed build in the workspace of the currently running build?
Which TIIKII of the following are considered best practices when setting up rules for notifications?
You are tasked by management to explain continuous deployment. Your explanation will be used in the company's annual report, so you need to ensure you understand it properly. Which is the best definition?
How can you configure a Declarative Pipeline to record the fingerprint of an artifact?
What's the Jenkinsfile?
You are using GitHub repository scanning (in a project of type "GitHub Organization") with the Pipeline lenkinsfile Project Recognizer. In this case, which repositories under the organization will have Multibranch projects automatically created for them?
What does the M# of executors" field on the Jenkins master control?
Which menu option do you select to add a pipeline or other project?
What's the difference between authentication and authorization?
You are a DevOps engineer in charge of your team's Jenkins server. Your project is on major version "1". You want to ensure that this variable, MAJOR_VERSION, is available throughout your pipeline that is defined in a Jenkinsfile. Which of the following ways could you accomplish that using the "environment" directive?
Which of the following are true when using build parameters? Choose 3 answers
You've been promoted at work and are now in charge of the system administrators that look after the Jenkins platform for your company. You no longer want to get notifications from Jenkins, but your subordinates don't know what settings to change in a Jenkinsfile. You give them a look, and say one of the following is what needs to be changed:
You're a DevOps engineer in charge of your team's Jenkins server. You have a particular stage in your pipeline that you want to run on a particular build node. You have to have Apache installed on this node. Assuming the node has been appropriately labeled, "apache", how would you ensure this stage ran on that node?
How do you navigate to the matrix-based security section of Jenkins?