Fix testing
This commit is contained in:
parent
e37069e716
commit
8774693b79
|
|
@ -30,7 +30,6 @@ pipeline {
|
|||
stage("${SCHEME}") {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh "make SCHEME=${SCHEME} clean test-docker"
|
||||
archiveArtifacts artifacts: 'tmp/*/*.log', fingerprint: true
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in New Issue