diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index ec3dabe..e54791d 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -29,6 +29,13 @@ pipeline { } } } + post { + failure { + dir('ui/npm_cache/_logs') { + archiveArtifacts '*' + } + } + } } } }