updates submodule and Jenkins accordingly
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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 {
|
||||
|
Reference in New Issue
Block a user