Skip to content

Commit

Permalink
post always for stage
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Aug 10, 2023
1 parent dd829fc commit a95911b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,10 @@ pipeline {
}
}
post {
archiveArtifacts artifacts: 'artifacts/**/*', fingerprint: true
junit skipPublishingChecks: true, testResults: 'artifacts/junit-*.xml'
always {
archiveArtifacts artifacts: 'artifacts/**/*', fingerprint: true
junit skipPublishingChecks: true, testResults: 'artifacts/junit-*.xml'
}
}
}

Expand Down

0 comments on commit a95911b

Please sign in to comment.