CloudBees CJE - Certified Jenkins Engineer (CJE)
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's an example of a cloud-based SCM?
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?
A Freestyle job has the configuration shown here:
You run the following command from a Unix terminal: curl http: ///git/notifyCommit?
url-gitagithub.com: cloudbees/github test.git Will the Job be triggered?
What's a benefit of a clean checkout over an incremental update?
A multi-configuration job contains the combination filter index% 4=1. What does this filter achieve?
Your Pipeline has three stages: build, test, and deploy. You want the build and test stages to run automatically (without requiring human interaction), but you want the deploy stage to require approval by a human being. How do you achieve that goal?
In Jenkins, which section in a Freestyle job configuration is used to execute a Linux (shell) or Windows (batch) command?
When would you use distributed builds?
How do you configure a JUnit report in a pipeline?