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 TGC5L') {steps { make_hello("TGC5L")}}
|
||||||
stage('make rtl') {steps { make_hello("rtl")}}
|
stage('make rtl') {steps { make_hello("rtl")}}
|
||||||
stage('make ehrenberg') {steps { make_hello("ehrenberg")}}
|
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') {
|
stage('make hello-world') {
|
||||||
matrix {
|
matrix {
|
||||||
axes {
|
axes {
|
||||||
axis{
|
axis{
|
||||||
name 'BOARD'
|
name 'BOARD'
|
||||||
values 'iss', 'hifive1', 'TGCP', 'ehrenberg', 'rtl', 'tgc-vp'
|
values 'iss', 'hifive1', 'TGCP', 'ehrenberg', 'rtl', 'tgc_vp'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
Submodule bare-metal-bsp updated: 7218dcfa69...71c7fd6981
Reference in New Issue
Block a user