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