Fix testing

This commit is contained in:
retropikzel 2025-12-11 17:12:23 +02:00
parent e37069e716
commit 8774693b79
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -30,7 +30,6 @@ pipeline {
stage("${SCHEME}") { stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "make SCHEME=${SCHEME} clean test-docker" sh "make SCHEME=${SCHEME} clean test-docker"
archiveArtifacts artifacts: 'tmp/*/*.log', fingerprint: true
} }
} }
}] }]