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 SCM software?
Which answer best describes continuous delivery?
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?
You are using a base Jenkins master in production with the recommended set of plugins.
The administrators have configured a Global Pipeline Library named "common-libs", stored in a git repository, with the configuration shown in the exhibit above.
You have a Pipeline job at the root of the Jenkins dashboard, whose script starts with the annotation @LibraryCcommon-libs') _ You want to test this Pipeline job with a beta version of the Global Pipeline Library "common-libs", stored on the branch named ''edge'' the git repository.
Which of the following statements are TRUE? Choose 2 answers