always should always be in a post {} 🔥

This commit is contained in:
R. Tyler Croy 2017-09-04 09:09:17 -07:00
parent 1ed83a6b72
commit f8ecd9e629
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

@ -12,8 +12,10 @@ pipeline {
steps {
sh 'make check'
}
always {
archiveArtifacts 'rspec.html'
post {
always {
archiveArtifacts 'rspec.html'
}
}
}
stage('Build container') {