Fixing testing
This commit is contained in:
parent
9c6e59bfa3
commit
91b1cff7f6
|
|
@ -15,7 +15,7 @@ pipeline {
|
||||||
stage('Build test libraries') {
|
stage('Build test libraries') {
|
||||||
steps {
|
steps {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
sh 'make libstest.so libtest.a'
|
sh 'make libtest.so libtest.a'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ pipeline {
|
||||||
stage('Build test libraries') {
|
stage('Build test libraries') {
|
||||||
steps {
|
steps {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
sh 'make libstest.so libtest.a'
|
sh 'make libtest.so libtest.a'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue