Route and Fan Out the Test Matrix
Schedule independent test branches on appropriately labeled executors.
A advanced Jenkins challenge worth 20 points. Solve it hands-on in a real Jenkins environment in your browser - no local setup, no fake shells.
The Challenge
Scenario: A serial test job is slowing feedback and sometimes lands on an incapable executor.
Requirements:
- Use
agent noneat Pipeline level - Create parallel branches named
Unit TestsandSmoke Test - Give each branch
agent { label 'lab-linux' } - Clone/test the app independently in each workspace