Repair the First Pipeline
Fix a broken Declarative Pipeline and restore its checkout-test flow.
A beginner Jenkins challenge worth 3 points. Solve it hands-on in a real Jenkins environment in your browser - no local setup, no fake shells.
The Challenge
Scenario: A team's first Pipeline was committed with a bad test stage. Open Configure, repair the Pipeline script, and run it successfully.
Requirements:
- Keep the
Checkoutstage cloning the internal dummy app - Rename the broken stage to
Test - Run
npm test
The successful build validates and completes the lab automatically.