CI/CD & DevOps / Quiz
Jenkinsfile Field Manual
Declarative stages, post-always publishing, UNSTABLE builds, and the stash/timeout moves that keep a Jenkins test pipeline honest.
- Difficulty
- Medium
- Format
- Quiz
- Points
- 150
- Estimate
- 10 min
// MISSION BRIEF
Your Mission
Jenkins still runs half the world's test suites. This quiz covers the Jenkinsfile constructs testers actually touch: declarative pipeline structure, publishing JUnit results, what UNSTABLE means, parallel stages, and hung-build protection.
Scoring: timed quiz; accuracy first, speed bonus for fast clean runs.
// FIRST CONTACT
Battle teaser
Keeping the Jenkinsfile in the application repo buys you:
- APipeline-as-code: the pipeline is versioned, reviewed, and branches with the code it builds
- BAutomatic plugin updates
- CFaster executors
- DNothing; job config in the UI is equivalent
Answers, scoring, hints, and the full battle stay sealed.
// SKILL TAGS
ci-cdjenkinspipelinestest-reporting