Skip to content

Commit 127059b

Browse files
authored
Enable flakey test reporting (#871)
* Enable flakey test reporting * Specify flaky results idx
1 parent ceb0580 commit 127059b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ pipeline {
312312
}
313313
post {
314314
cleanup {
315-
notifyBuildResult()
315+
notifyBuildResult(analyzeFlakey: true, flakyReportIdx: "reporter-apm-agent-python-apm-agent-python-master")
316316
}
317317
}
318318
}

0 commit comments

Comments
 (0)