diff --git a/Jenkinsfile b/Jenkinsfile index 6e62999..78e9a81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,8 +12,10 @@ pipeline { steps { sh 'make check' } - always { - archiveArtifacts 'rspec.html' + post { + always { + archiveArtifacts 'rspec.html' + } } } stage('Build container') {