diff --git a/Jenkinsfile b/Jenkinsfile index 3ca8ad14..bfcf05a1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,8 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'target/*.war', fingerprint: true + archiveArtifacts artifacts: 'target/*.war', fingerprint:true + fingerprint 'target/*.war' } }