When you want to validate that your software produces the desired behavior for end users, you need to use
What interval syntax could I use to trigger a build every day?
Which of the following are advantages of a Pipeline job when compared to a Freestyle job? Choose 2 answers
A unit test_________.
How do you configure a JUnit report in a pipeline?
What's the difference between continuous integration and continuous delivery?
What can a plugin do?
In order to send email notifications on build completion using Jenkins' built in mail functionality, which TWO of the following must be true?
You can use Jenkins' database to manage users.
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?
In a "standalone" configuration, when masters manage the build environment and also execute builds with their own resources, which of the following Is true?
You want to deploy a Jenkins pipeline, but you are concerned about the total amount of time it will take for the deployment to complete, and you aren't concerned with files left in the working directory after a build. What should you do?
In Jenkins, a trigger commonly refers to a mechanism that automatically_________.
Which job type Is always available In Jenkins without additional plugins?
Which is the expected workflow for "lest-Driven Development"?
Which is a valid agent declaration?
What does a flashing build icon in the Build History indicate?
Choose 3 answers
What type of views can be configured in Jenkins?
What is an SCM?
What is Jenkins matrix-based security?
You have a stage called "Promote to Green," and you only want to run it when "development" is the current branch in a multibranch pipeline. How would you use the "when" declarative to accomplish this?
How do you configure notifications in a Jenkinsfile?
Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers
Your company's DevOps staff is new to the continuous integration methodology. Some users are unclear on best practices, and you're hearing all kinds of feedback from them, some of it wrong. Which of the following statements is NOT a CI best practice?
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:
Which is not a Git plugin-provided environment variable?
Jenkins, along with several other automation platforms, provides developers and operators with tools that allow them to automate the deployment of environments with preconfigured source code, including the CI pipeline. What is this called?