fixes env name for TGCP

This commit is contained in:
Eyck Jentzsch 2024-03-19 14:25:58 +01:00
parent 34764d3149
commit fabf7cc588
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -53,7 +53,7 @@ pipeline {
axes {
axis{
name 'BOARD'
values 'iss', 'hifive1', 'TGC5L', 'ehrenberg', 'rtl', 'tgc-vp'
values 'iss', 'hifive1', 'TGCP', 'ehrenberg', 'rtl', 'tgc-vp'
}
}
stages {