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