diff --git a/Jenkinsfile b/Jenkinsfile index 27ddf9dfe03..c2b5c94fed6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -593,6 +593,11 @@ pipeline { } } } + post { + cleanup { + notifyBuildResult(prComment: true) + } + } } def makeTarget(String context, String target, boolean clean = true) {