Commit c4104e1
ci: require a java17 agent in Jenkinsfile
The pipeline previously ran on any "light"-labeled agent with no JDK
constraint. Now that the minimum Java version for the core modules is
17, an agent without it installed would fail to compile. Match the
labeling convention already used by Terasology's own Jenkinsfile
(label 'ts-engine && heavy && java17').
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 1b0bc03 commit c4104e1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments