From 41b9f8679e05573a4283d6fb7590bcacae3e2171 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 28 Apr 2020 15:10:55 +0100 Subject: [PATCH] ci: comment PRs with the build status (#17971) --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) 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) {