CloudBees CJE - Certified Jenkins Engineer (CJE)
What does a flashing build icon in the Build History indicate?
Choose 3 answers
What interval syntax could I use to trigger a build every 15 minutes?
Which step is NOT part of a traditional continuous integration workflow?
What interval syntax could I use to trigger a build 30 minutes after every hour?
How can you organize Jenkins projects (or jobs)?
What's the difference between pushing and pulling code from a CI perspective?
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?
Which are commonly referenced as key points of CI?
Choose 3 answers
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
In a JUnit report, if we set the "Health report amplification factor" to 3 and there's a 10% failure, what's the health score?