updates submodule and Jenkins accordingly
This commit is contained in:
parent
cfb5038196
commit
48b2f773d0
|
@ -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
|
Loading…
Reference in New Issue