Archive profiler generated data in Jenkins build
This commit is contained in:
parent
113dc4b6b8
commit
b4885db53e
|
@ -59,6 +59,7 @@ pipeline {
|
|||
|
||||
always {
|
||||
junit 'Build/test-results/*.xml'
|
||||
archiveArtifacts 'profiler.csv'
|
||||
archiveArtifacts 'Dist/*.tar.gz'
|
||||
deleteDir()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue