CJE Certified Jenkins Engineer (CJE) Questions and Answers
In a Multibranch Pipeline project, you removed a branch in the repository. When is the corresponding " orphaned " job removed?
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?
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:
What are the main advantages of using webhooks/post commit hooks from your Source Code Management system to trigger your Jenkins project rather than using SCM polling? Choose 2 answers A A. Builds are started on a defined a on schedule.
B. Avoid unnecessary overhead from polling.
C. Builds are started immediately after changes are committed.
D. The entire repository Is scanned so no commits are missed.
When you want to validate that your software produces the desired behavior for end users, you need to use
You are working on a project that will build a Docker image. When the job completes it needs to trigger a build to deploy a container to your development environment for integration testing. How would you go about triggering the second build?
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 would correctly complete the sentence, " Continuous Integration is a of Continuous Delivery " ? Choose 2 answers
Your organization has been carefully and painstakingly performing builds on specific commits which the development team deems as releases or release candidates and subsequently only testing major releases. You have been placed in charge of a new project in which continuous integration is the primary goal. Which part of your organization ' s existing process do you need to modify in the furtherance of the goal of continuous integration?
Which of the following practices are recommended for a Declarative Pipeline? Choose 3 answers
Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers
A freestyle job is set up to " Enable concurrent builds if necessary " and configured to run on a single node. How can you ensure that multiple concurrent runs share the same workspace?
What programming language is Jenkins built in and is required to be installed prior to using Jenkins?
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?
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?
Choose the destinations where Jenkins and its plugins can send job notifications?
DevOps teams can implement traceability of artifacts in a continuous delivery pipeline by using
How do you set up the Git Plugin Git hook from a project configuration perspective?
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?
You are using the Jenkins CLI to communicate with a remote Jenkins master. Which are valid ways to authenticate your identity gain access?
Choose 2 answers
Which of the following are true when using environment directives in a Declarative Pipeline?
Choose 3 answers
