Skip to content

Commit

Permalink
Corretto path del tgz con i risultati dei test per l'archiviazione
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Sep 2, 2019
1 parent e2d7026 commit 849d706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
post {
always {
junit 'integration-test/target/surefire-reports/*.xml'
archiveArtifacts './integration-test/target/surefire-reports.tar.gz'
archiveArtifacts 'integration-test/target/surefire-reports.tar.gz'
}
}
}
Expand Down

0 comments on commit 849d706

Please sign in to comment.