Fixing tests
This commit is contained in:
parent
fea39aad06
commit
4badd1789b
|
|
@ -29,7 +29,7 @@ pipeline {
|
||||||
[(SCHEME): {
|
[(SCHEME): {
|
||||||
stage("${SCHEME}") {
|
stage("${SCHEME}") {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
sh "make SCHEME=${SCHEME} clean test-docker"
|
sh "timeout 6000 make SCHEME=${SCHEME} clean test-docker"
|
||||||
archiveArtifacts artifacts: 'tmp/*/*.log', fingerprint: true
|
archiveArtifacts artifacts: 'tmp/*/*.log', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue