Upload performance test result to artifact, cat the result to console
As I didn't find a solution to display the txt in pipeline ui.
This commit is contained in:
@@ -25,3 +25,6 @@ run-performance-analyze:
|
||||
- job: unit-test-all
|
||||
script:
|
||||
- ./gradlew runPerformanceAnalyze
|
||||
- cat performance.txt
|
||||
artifacts:
|
||||
paths: ['performance.txt']
|
||||
|
||||
Reference in New Issue
Block a user