Skip to content

Commit fa95a02

Browse files
committed
[load-testing] cleanup jfr files
1 parent 1039db0 commit fa95a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/load/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pipeline {
182182
writeFile(file: "${WORKSPACE}/agent_config.properties", text: "${params.agent_config}")
183183

184184
// remove previous log files in workspace (if any)
185-
sh(script: "rm -f ${WORKSPACE}/*.log ${WORKSPACE}/*.pid")
185+
sh(script: "rm -f ${WORKSPACE}/*.log ${WORKSPACE}/*.pid ${WORKSPACE}/*.jfr")
186186

187187
unstash('scripts')
188188
unstash('app')

0 commit comments

Comments
 (0)