Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
add archiving of docker test reports (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Sep 11, 2019
1 parent 22cc4ad commit 37cad80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ try {
sh "cd ${docker_folder} && bash test.sh ${image}"
}
} finally {
archiveArtifacts "${reports_folder}/**"
junit "${reports_folder}/*.xml"
sh "rm -rf ${reports_folder}"
}
Expand Down

0 comments on commit 37cad80

Please # to comment.