updates submodule and Jenkins accordingly

This commit is contained in:
Eyck-Alexander Jentzsch 2024-04-15 12:19:53 +02:00
parent cfb5038196
commit 48b2f773d0
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -47,13 +47,13 @@ pipeline {
stage('make TGC5L') {steps { make_hello("TGC5L")}}
stage('make rtl') {steps { make_hello("rtl")}}
stage('make ehrenberg') {steps { make_hello("ehrenberg")}}
stage('make tgc-vp') {steps { make_hello("tgc-vp")}}*/
stage('make tgc_vp') {steps { make_hello("tgc_vp")}}*/
stage('make hello-world') {
matrix {
axes {
axis{
name 'BOARD'
values 'iss', 'hifive1', 'TGCP', 'ehrenberg', 'rtl', 'tgc-vp'
values 'iss', 'hifive1', 'TGCP', 'ehrenberg', 'rtl', 'tgc_vp'
}
}
stages {

@ -1 +1 @@
Subproject commit 7218dcfa692d18020c11d4e704b0932bd93804dd
Subproject commit 71c7fd698176a45313b50428905837b444050aa9