diff --git a/Jenkinsfile b/Jenkinsfile index d421ea4..48ba2a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } } }]