Updating tests
This commit is contained in:
parent
666de156ac
commit
48c6ea9b5d
|
|
@ -20,7 +20,7 @@ pipeline {
|
||||||
stage('Tests x86_64 Debian') {
|
stage('Tests x86_64 Debian') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
schemes.split().each { SCHEME ->
|
params.SCHEMES.split().each { SCHEME ->
|
||||||
stage("${SCHEME}") {
|
stage("${SCHEME}") {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
sh "make SCHEME=${SCHEME} test"
|
sh "make SCHEME=${SCHEME} test"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue