You have already completed the Test before. Hence you can not start it again.
Test is loading...
You must sign in or sign up to start the Test.
You have to finish following quiz, to start this Test:
Your results are here!! for" CJE Practice Test 1 "
0 of 62 questions answered correctly
Your time:
Time has elapsed
Your Final Score is : 0
You have attempted : 0
Number of Correct Questions : 0 and scored 0
Number of Incorrect Questions : 0 and Negative marks 0
Average score
Your score
Not categorized
You have attempted: 0
Number of Correct Questions: 0 and scored 0
Number of Incorrect Questions: 0 and Negative marks 0
Certified Jenkins Engineer (CJE)
You have attempted: 0
Number of Correct Questions: 0 and scored 0
Number of Incorrect Questions: 0 and Negative marks 0
You can review your answers by clicking view questions. Important Note : Open Reference Documentation Links in New Tab (Right Click and Open in New Tab).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Answered
Review
Question 1 of 62
1. Question
What is the requirement for using Jenkins?
Correct
Incorrect
Unattempted
Question 2 of 62
2. Question
What are the advantages of Jenkins?
Correct
Incorrect
Unattempted
Question 3 of 62
3. Question
How can we move or copy Jenkins from one server to another?
Correct
Incorrect
Unattempted
Question 4 of 62
4. Question
What are the useful plugins in Jenkin?
Correct
Incorrect
Unattempted
Question 5 of 62
5. Question
Which Scm Tools Does Jenkins Support?
Correct
Incorrect
Unattempted
Question 6 of 62
6. Question
Which file is used to define dependency in maven?
Correct
Incorrect
Unattempted
Question 7 of 62
7. Question
Which command can be used to check maven version?
Correct
Incorrect
Unattempted
Question 8 of 62
8. Question
How can we secure Jenkins?
Correct
Incorrect
Unattempted
Question 9 of 62
9. Question
Which maven plugin creates the project structure?
Correct
Incorrect
Unattempted
Question 10 of 62
10. Question
How can we setup Jenkins jobs?
Correct
Incorrect
Unattempted
Question 11 of 62
11. Question
By definition, what does a Continuous Delivery pipeline consist of?
Correct
Incorrect
Unattempted
Question 12 of 62
12. Question
You need to execute a shell script (/usr/bin/prepare-env) just before a Linux agent is started. How do you achieve this?
Correct
Incorrect
Unattempted
Question 13 of 62
13. Question
Suppose you are asked to obtain the config.xml of a folder (myFolder) from a script or HTTP client using the Jenkins Remote API. The folder exists at the root of a Jenkins master. Which URL pattern is correct for obtaining this configuration file?
Correct
Incorrect
Unattempted
Question 14 of 62
14. Question
What architecture is recommended by the Jenkins Cookbook for a scalable Jenkins environment?
Correct
Incorrect
Unattempted
Question 15 of 62
15. Question
In a Cluster Operations Job, which THREE of the following steps can be applied to a Client Master only?
Correct
Incorrect
Unattempted
Question 16 of 62
16. Question
What’s not true about a build executor? Choose the correct answer:
Correct
The default number of executors on a node is 2.
Incorrect
The default number of executors on a node is 2.
Unattempted
The default number of executors on a node is 2.
Question 17 of 62
17. Question
Which menu option do you select to add a pipeline or other project? Choose the correct answer:
Correct
Selecting “New Item” from the dashboard will take you to menu where you can add a new project.
Incorrect
Selecting “New Item” from the dashboard will take you to menu where you can add a new project.
Unattempted
Selecting “New Item” from the dashboard will take you to menu where you can add a new project.
Question 18 of 62
18. Question
You have taken over a build environment where Jenkins is responsible for scanning for changes made in a Git repository every hour and then applying that build to a few dozen web servers. As part of that job, Jenkins also is responsible for completing some scripted performance-based tests and, depending on the defined results, marking the build as complete and notifying the team OR rolling back the build, notifying the team, and marking it as failed. You notice that the build itself is now taking longer than an hour to complete, which is affecting the push of new changes on occasion. What changes could you make to your Jenkins environment to alleviate the amount of time it takes to complete and test a build so that the hourly schedule is more likely to be kept? Choose the correct answer:
Correct
As the load of your Jenkins setup expands, you can distribute the burden by adding one or more slave nodes
Incorrect
As the load of your Jenkins setup expands, you can distribute the burden by adding one or more slave nodes
Unattempted
As the load of your Jenkins setup expands, you can distribute the burden by adding one or more slave nodes
Question 19 of 62
19. Question
Which answer best describes continuous delivery? Choose the correct answer:
Correct
Continuous delivery is an extension of continuous integration. It means that the software CAN be released at any time.
Incorrect
Continuous delivery is an extension of continuous integration. It means that the software CAN be released at any time.
Unattempted
Continuous delivery is an extension of continuous integration. It means that the software CAN be released at any time.
Question 20 of 62
20. Question
Over the last six months, a large number of projects have been added to Jenkins. You have been asked by your manager to do some cleanup by creating some list views. How would you go about creating these list views? Choose the correct answer:
Correct
You can add projects to list views with all of these options.
Incorrect
You can add projects to list views with all of these options.
Unattempted
You can add projects to list views with all of these options.
Question 21 of 62
21. Question
You’ve just become the administrator for the Jenkins server, and the feedback you’ve received from the users is they’re having trouble locating their jobs to run them. You’ve determined that folders are the most logical solution and wish to move the jobs into the new folders you’ve created. How would you accomplish this? Choose the correct answer:
Correct
All of these options are ways to add projects to folders.
Incorrect
All of these options are ways to add projects to folders.
Unattempted
All of these options are ways to add projects to folders.
Question 22 of 62
22. Question
You need to grant permissions, via matrix-based security, to run a specific command in a Jenkins pipeline. The project parameters will not allow you to create a specific user to run this task, and you have no relevant groups. Which of the following is an option? Choose the correct answer:
Correct
You can set permissions for anonymous users with matrix-based security. Since this requires the least impact on existing workflows, it’s the best solution.
Incorrect
You can set permissions for anonymous users with matrix-based security. Since this requires the least impact on existing workflows, it’s the best solution.
Unattempted
You can set permissions for anonymous users with matrix-based security. Since this requires the least impact on existing workflows, it’s the best solution.
Question 23 of 62
23. Question
What’s the SDLC? Choose the correct answer:
Correct
The SDLC is contained in CI/CD concepts.
Incorrect
The SDLC is contained in CI/CD concepts.
Unattempted
The SDLC is contained in CI/CD concepts.
Question 24 of 62
24. Question
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? Choose the correct answer:
Correct
Both are options for triggering upstream and downstream projects.
Incorrect
Both are options for triggering upstream and downstream projects.
Unattempted
Both are options for triggering upstream and downstream projects.
Question 25 of 62
25. Question
Which answer best describes continuous deployment? Choose the correct answer:
Correct
Continuous deployment is an extension of continuous integration and continuous delivery. It’s important to know the difference. Deployment indicated that the code is continuously deployed to production
Incorrect
Continuous deployment is an extension of continuous integration and continuous delivery. It’s important to know the difference. Deployment indicated that the code is continuously deployed to production
Unattempted
Continuous deployment is an extension of continuous integration and continuous delivery. It’s important to know the difference. Deployment indicated that the code is continuously deployed to production
Question 26 of 62
26. Question
What interval syntax could I use to trigger a build every day? Choose the correct answer:
Correct
Incorrect
Unattempted
Question 27 of 62
27. Question
Where is the initialAdminPassword stored on the system? Choose the correct answer:
Correct
The initialAdminPassword file, referenced in the Install Wizard, is stored in /var/lib/jenkins/secrets/.
Incorrect
The initialAdminPassword file, referenced in the Install Wizard, is stored in /var/lib/jenkins/secrets/.
Unattempted
The initialAdminPassword file, referenced in the Install Wizard, is stored in /var/lib/jenkins/secrets/.
Question 28 of 62
28. Question
How can you organize Jenkins projects (or jobs)? Choose the correct answer:
Correct
Projects can be organized in either folders or views.
Incorrect
Projects can be organized in either folders or views.
Unattempted
Projects can be organized in either folders or views.
Question 29 of 62
29. Question
What type of agent nodes are there? Choose the correct answer:
Correct
All of these are common types of agents
Incorrect
All of these are common types of agents
Unattempted
All of these are common types of agents
Question 30 of 62
30. Question
What directive do you use for a declarative pipeline? Choose the correct answer:
Correct
Declarative pipelines use the “pipeline” directive.
Incorrect
Declarative pipelines use the “pipeline” directive.
Unattempted
Declarative pipelines use the “pipeline” directive.
Question 31 of 62
31. Question
What is Ant? Choose the correct answer:
Correct
Ant is a lightweight build platform for Java projects.
Incorrect
Ant is a lightweight build platform for Java projects.
Unattempted
Ant is a lightweight build platform for Java projects.
Question 32 of 62
32. Question
Which is an example of a Jenkins plugin? Choose the correct answer:
Correct
There are hundreds of Jenkins plugins available, and they can provide a multitude of functionality
Incorrect
There are hundreds of Jenkins plugins available, and they can provide a multitude of functionality
Unattempted
There are hundreds of Jenkins plugins available, and they can provide a multitude of functionality
Question 33 of 62
33. Question
What is an SCM? Choose the correct answer:
Correct
The use of source code management is a central tenant of continuous integration.
Incorrect
The use of source code management is a central tenant of continuous integration.
Unattempted
The use of source code management is a central tenant of continuous integration.
Question 34 of 62
34. Question
How can you trigger a downstream build? Choose the correct answer:
Correct
Both of these options will work. “Triggered by another project” is configured by the downstream project, and the “Parameterized Trigger Plugin” is invoked from the upstream project. You’d only want to use one of these options.
Incorrect
Both of these options will work. “Triggered by another project” is configured by the downstream project, and the “Parameterized Trigger Plugin” is invoked from the upstream project. You’d only want to use one of these options.
Unattempted
Both of these options will work. “Triggered by another project” is configured by the downstream project, and the “Parameterized Trigger Plugin” is invoked from the upstream project. You’d only want to use one of these options.
Question 35 of 62
35. Question
You have now been given charge over an existing Jenkins system install that was previously started by a colleague who is gone on a business trip. He left it in the install wizard phase. Unfortunately, your colleague did not note the initialAdminPassword. Where on the system would this be located? Choose the correct answer:
Correct
You’ll find the initialAdminPassword that is asked for during the install wizard at this path.
Incorrect
You’ll find the initialAdminPassword that is asked for during the install wizard at this path.
Unattempted
You’ll find the initialAdminPassword that is asked for during the install wizard at this path.
Question 36 of 62
36. Question
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? Choose the correct answer
Correct
Example: stage(‘deploy’) { agent { label ‘apache’ } steps { sh “if ![ -d ‘/var/www/html/rectangles/all/${env.BRANCH_NAME}’ ]; then mkdir /var/www/html/rectangles/all/${env.BRANCH_NAME}; fi” sh “cp dist/rectangle_${env.MAJOR_VERSION}.${env.BUILD_NUMBER}.jar /var/www/html/rectangles/all/${env.BRANCH_NAME}/” } }
Incorrect
Example: stage(‘deploy’) { agent { label ‘apache’ } steps { sh “if ![ -d ‘/var/www/html/rectangles/all/${env.BRANCH_NAME}’ ]; then mkdir /var/www/html/rectangles/all/${env.BRANCH_NAME}; fi” sh “cp dist/rectangle_${env.MAJOR_VERSION}.${env.BUILD_NUMBER}.jar /var/www/html/rectangles/all/${env.BRANCH_NAME}/” } }
Unattempted
Example: stage(‘deploy’) { agent { label ‘apache’ } steps { sh “if ![ -d ‘/var/www/html/rectangles/all/${env.BRANCH_NAME}’ ]; then mkdir /var/www/html/rectangles/all/${env.BRANCH_NAME}; fi” sh “cp dist/rectangle_${env.MAJOR_VERSION}.${env.BUILD_NUMBER}.jar /var/www/html/rectangles/all/${env.BRANCH_NAME}/” } }
Question 37 of 62
37. Question
What is Jenkins auditing? Choose the correct answer:
Correct
Auditing is the practice of determining what a user has been doing in Jenkins.
Incorrect
Auditing is the practice of determining what a user has been doing in Jenkins.
Unattempted
Auditing is the practice of determining what a user has been doing in Jenkins.
Question 38 of 62
38. Question
Which of the following commands runs Jenkins from the command line?
Correct
The proper syntax for running the stand-alone Jenkins application is java -jar jenkins.war. This will start an embedded Jetty servlet engine, which hosts the Jenkins application. When you use the jenkins.war file, you’ll need the http://localhost:8080 URL to access Jenkins. This differs from the http://localhost:8080/jenkins URL you’d use if you’re deploying Jenkins to Tomcat or WildFly servers.
Incorrect
The proper syntax for running the stand-alone Jenkins application is java -jar jenkins.war. This will start an embedded Jetty servlet engine, which hosts the Jenkins application. When you use the jenkins.war file, you’ll need the http://localhost:8080 URL to access Jenkins. This differs from the http://localhost:8080/jenkins URL you’d use if you’re deploying Jenkins to Tomcat or WildFly servers.
Unattempted
The proper syntax for running the stand-alone Jenkins application is java -jar jenkins.war. This will start an embedded Jetty servlet engine, which hosts the Jenkins application. When you use the jenkins.war file, you’ll need the http://localhost:8080 URL to access Jenkins. This differs from the http://localhost:8080/jenkins URL you’d use if you’re deploying Jenkins to Tomcat or WildFly servers.
Question 39 of 62
39. Question
Jenkins is a fork of what other CI tool?
Correct
When Oracle started registering copyright notices on the Hudson name and began talking about a commercial version, the open source community created a fork of Hudson and named it Jenkins. There might be a bit of squabbling in the community over this Jenkins quiz question, though. Some say Jenkins wasn’t a fork of Hudson, just a copy. Others say Hudson was the fork, because all of the major contributors moved directly to Jenkins. But, semantics aside, Jenkins has its roots in Hudson.
Incorrect
When Oracle started registering copyright notices on the Hudson name and began talking about a commercial version, the open source community created a fork of Hudson and named it Jenkins. There might be a bit of squabbling in the community over this Jenkins quiz question, though. Some say Jenkins wasn’t a fork of Hudson, just a copy. Others say Hudson was the fork, because all of the major contributors moved directly to Jenkins. But, semantics aside, Jenkins has its roots in Hudson.
Unattempted
When Oracle started registering copyright notices on the Hudson name and began talking about a commercial version, the open source community created a fork of Hudson and named it Jenkins. There might be a bit of squabbling in the community over this Jenkins quiz question, though. Some say Jenkins wasn’t a fork of Hudson, just a copy. Others say Hudson was the fork, because all of the major contributors moved directly to Jenkins. But, semantics aside, Jenkins has its roots in Hudson.
Question 40 of 62
40. Question
Which version of the Java Development Kit (JDK) is required to run the latest version of Jenkins (since Jenkins 2.54)?
Correct
Since version 2.54, a JDK 1.8 install is the minimum requirement for Jenkins to run. Jenkins will also run with Java 9 and the Java 18.3 runtime.
Incorrect
Since version 2.54, a JDK 1.8 install is the minimum requirement for Jenkins to run. Jenkins will also run with Java 9 and the Java 18.3 runtime.
Unattempted
Since version 2.54, a JDK 1.8 install is the minimum requirement for Jenkins to run. Jenkins will also run with Java 9 and the Java 18.3 runtime.
Question 41 of 62
41. Question
Who is credited with the creation of Jenkins?
Correct
The creation of Jenkins is attributed to Koshsuke Kawaguchi, affectionately known as KK. Linus Torvalds invented Linux. James Gosling gets credit for inventing Java, and Junio Hamano has maintained Git since 2005.
Incorrect
The creation of Jenkins is attributed to Koshsuke Kawaguchi, affectionately known as KK. Linus Torvalds invented Linux. James Gosling gets credit for inventing Java, and Junio Hamano has maintained Git since 2005.
Unattempted
The creation of Jenkins is attributed to Koshsuke Kawaguchi, affectionately known as KK. Linus Torvalds invented Linux. James Gosling gets credit for inventing Java, and Junio Hamano has maintained Git since 2005.
Question 42 of 62
42. Question
Which source code management plug-in does Jenkins install by default?
Correct
This is a bit of a Jenkins trick question. The correct answer is none. While pulling from a source code repository such as Subversion or GitHub is a key feature of any CI/CD tool, Jenkins doesn’t actually install any version control plug-ins by default.
Incorrect
This is a bit of a Jenkins trick question. The correct answer is none. While pulling from a source code repository such as Subversion or GitHub is a key feature of any CI/CD tool, Jenkins doesn’t actually install any version control plug-ins by default.
Unattempted
This is a bit of a Jenkins trick question. The correct answer is none. While pulling from a source code repository such as Subversion or GitHub is a key feature of any CI/CD tool, Jenkins doesn’t actually install any version control plug-ins by default.
Question 43 of 62
43. Question
Which environment variable do you optionally use to specify the folder in which Jenkins configuration and runtime data is contained?
Correct
The optional JENKINS_HOME can be configured as either a system- or user-level variable in the host OS. By default, Jenkins configuration and runtime data is stored in a subfolder named .jenkins within the user’s home directory, but it will use the location specified by the JENKINS_HOME variable instead if the configuration exists.
Incorrect
The optional JENKINS_HOME can be configured as either a system- or user-level variable in the host OS. By default, Jenkins configuration and runtime data is stored in a subfolder named .jenkins within the user’s home directory, but it will use the location specified by the JENKINS_HOME variable instead if the configuration exists.
Unattempted
The optional JENKINS_HOME can be configured as either a system- or user-level variable in the host OS. By default, Jenkins configuration and runtime data is stored in a subfolder named .jenkins within the user’s home directory, but it will use the location specified by the JENKINS_HOME variable instead if the configuration exists.
Question 44 of 62
44. Question
During installation, the wizard recommends a set of Jenkins plug-ins. Which of the following Jenkins plug-ins is not recommended?
Correct
The installation wizard suggests a variety of Jenkins plug-ins, but the Jenkins Maven plug-in is not on the list. Given the prominence of Maven in the Java community, the exclusion of Maven seems curious, especially given that Ant, which is slowly losing its market share, is. Fortunately, it’s relatively easy to install the Jenkins Maven integration plug-in, so Maven users should not be discouraged by its exclusion.
Incorrect
The installation wizard suggests a variety of Jenkins plug-ins, but the Jenkins Maven plug-in is not on the list. Given the prominence of Maven in the Java community, the exclusion of Maven seems curious, especially given that Ant, which is slowly losing its market share, is. Fortunately, it’s relatively easy to install the Jenkins Maven integration plug-in, so Maven users should not be discouraged by its exclusion.
Unattempted
The installation wizard suggests a variety of Jenkins plug-ins, but the Jenkins Maven plug-in is not on the list. Given the prominence of Maven in the Java community, the exclusion of Maven seems curious, especially given that Ant, which is slowly losing its market share, is. Fortunately, it’s relatively easy to install the Jenkins Maven integration plug-in, so Maven users should not be discouraged by its exclusion.
Question 45 of 62
45. Question
What embedded runtime does the stand-alone Jenkins application use?
Correct
While an embedded Tomcat server may be the preferred deployment target for Spring Boot projects, Jenkins prefers to embed Jetty. Of course, that doesn’t mean Jenkins is bound to Jetty. While Jenkins comes with an embedded Jetty servlet engine, Jenkins itself can be deployed to any application server that supports the Jakarta EE web profile.
Incorrect
While an embedded Tomcat server may be the preferred deployment target for Spring Boot projects, Jenkins prefers to embed Jetty. Of course, that doesn’t mean Jenkins is bound to Jetty. While Jenkins comes with an embedded Jetty servlet engine, Jenkins itself can be deployed to any application server that supports the Jakarta EE web profile.
Unattempted
While an embedded Tomcat server may be the preferred deployment target for Spring Boot projects, Jenkins prefers to embed Jetty. Of course, that doesn’t mean Jenkins is bound to Jetty. While Jenkins comes with an embedded Jetty servlet engine, Jenkins itself can be deployed to any application server that supports the Jakarta EE web profile.
Question 46 of 62
46. Question
What is the profession of the Jenkins mascot?
Correct
The mascot for both the Jenkins and Maven CI tools is a butler. Cambridge Dictionary defines a butler as “the most important servant in the house, usually responsible for organizing other servants.” So, a butler is a fitting choice, as not only is Jenkins there to serve you, but it is also there to orchestrate all of the other resources, such as Maven, Git, Gradle and SonarQube, that you need as part of a comprehensive CI pipeline.
Incorrect
The mascot for both the Jenkins and Maven CI tools is a butler. Cambridge Dictionary defines a butler as “the most important servant in the house, usually responsible for organizing other servants.” So, a butler is a fitting choice, as not only is Jenkins there to serve you, but it is also there to orchestrate all of the other resources, such as Maven, Git, Gradle and SonarQube, that you need as part of a comprehensive CI pipeline.
Unattempted
The mascot for both the Jenkins and Maven CI tools is a butler. Cambridge Dictionary defines a butler as “the most important servant in the house, usually responsible for organizing other servants.” So, a butler is a fitting choice, as not only is Jenkins there to serve you, but it is also there to orchestrate all of the other resources, such as Maven, Git, Gradle and SonarQube, that you need as part of a comprehensive CI pipeline.
Question 47 of 62
47. Question
When you install Jenkins without any plug-ins configured, what is the only type of Jenkins build job you can create?
Correct
A Jenkins freestyle project provides few build facilities other than manipulating Jenkins environment variables and running shell scripts. You need to install the Maven and Pipeline plug-ins to create a Maven and Pipeline project. The Muliticonfiguration project becomes available after installing the Jenkins Git plug-in.
Incorrect
A Jenkins freestyle project provides few build facilities other than manipulating Jenkins environment variables and running shell scripts. You need to install the Maven and Pipeline plug-ins to create a Maven and Pipeline project. The Muliticonfiguration project becomes available after installing the Jenkins Git plug-in.
Unattempted
A Jenkins freestyle project provides few build facilities other than manipulating Jenkins environment variables and running shell scripts. You need to install the Maven and Pipeline plug-ins to create a Maven and Pipeline project. The Muliticonfiguration project becomes available after installing the Jenkins Git plug-in.
Question 48 of 62
48. Question
What is a Trigger?
Correct
Although a trigger can be created that launches a build when code is committed, the actual commit itself is a property of the trigger and is not the actual trigger.
Incorrect
Although a trigger can be created that launches a build when code is committed, the actual commit itself is a property of the trigger and is not the actual trigger.
Unattempted
Although a trigger can be created that launches a build when code is committed, the actual commit itself is a property of the trigger and is not the actual trigger.
Question 49 of 62
49. Question
In order to determine that permissions are working as intended we would need to perform a/an _ ?
Correct
Incorrect
Unattempted
Question 50 of 62
50. Question
These immutable files are generated during a pipeline run or a build.
Correct
Incorrect
Unattempted
Question 51 of 62
51. Question
Builds in which executors are located on agent nodes are called?
Correct
Incorrect
Unattempted
Question 52 of 62
52. Question
What test checks the software to ensure that it is ready for full testing?
Correct
Incorrect
Unattempted
Question 53 of 62
53. Question
In the Jenkins user interface, what is the name of the location where we can add and remove plugins?
Correct
Incorrect
Unattempted
Question 54 of 62
54. Question
This is the practice of integrating small changes to code frequently.
Correct
Incorrect
Unattempted
Question 55 of 62
55. Question
What does the term Authorization mean?
Correct
Incorrect
Unattempted
Question 56 of 62
56. Question
Which of the following are true about the structure of a Declarative Pipeline? Choose 2 answers
Correct
Incorrect
Unattempted
Question 57 of 62
57. Question
In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?
Correct
Incorrect
Unattempted
Question 58 of 62
58. Question
What is the purpose of the “Manage Users” section of the Manage Jenkins dashboard?
Correct
Incorrect
Unattempted
Question 59 of 62
59. Question
On a single Jenkins master you have a folder named “Project1 “. I his folder contains three jobs: “job master”, “job develop”, and “Job edge”. The job “job master” Is the latest built project and Is In a success state while the two other jobs are in falling state. Which statement is true about the folder “Project1”?
Correct
Incorrect
Unattempted
Question 60 of 62
60. Question
Which of the following build steps is most appropriate to use to publish the artifact files of a build?
Correct
Incorrect
Unattempted
Question 61 of 62
61. Question
In a Multibranch Pipeline project, you removed a branch in the repository. When is the corresponding “orphaned” job removed?
Correct
Incorrect
Unattempted
Question 62 of 62
62. Question
Which is the about the “Build Triggers” functionality in Jenkins?
Correct
Incorrect
Unattempted
Use Page numbers below to navigate to other practice tests