diff --git a/Jenkinsfile b/Jenkinsfile index 2aba3f4..d15a157 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,6 +78,7 @@ pipeline { } failure { echo "Build #${BUILD_NUMBER} failed" + archiveArtifacts artifacts: 'playwright-report/**,test-results/**', allowEmptyArchive: true } } }