Archive profiler generated data in Jenkins build

This commit is contained in:
nsubiron 2018-07-06 18:58:51 +02:00
parent 113dc4b6b8
commit b4885db53e
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -59,6 +59,7 @@ pipeline {
always {
junit 'Build/test-results/*.xml'
archiveArtifacts 'profiler.csv'
archiveArtifacts 'Dist/*.tar.gz'
deleteDir()
}