updates Jenkinfile

This commit is contained in:
2025-07-04 19:11:45 +02:00
parent 90720804ba
commit 10eb3c88fc

4
Jenkinsfile vendored
View File

@ -65,7 +65,7 @@ pipeline {
axes { axes {
axis{ axis{
name 'BOARD' name 'BOARD'
values 'iss', 'Moonlight', 'tgc_vp' values 'iss', 'moonlight', 'tgc_vp'
} }
} }
stages { stages {
@ -90,7 +90,7 @@ pipeline {
axes { axes {
axis{ axis{
name 'BOARD' name 'BOARD'
values 'ISS', 'moonlight', 'TGC_VP' values 'ISS', 'Monlight', 'TGC_VP'
} }
axis{ axis{
name 'BUILD_TYPE' name 'BUILD_TYPE'