From e287674180ff25e9cf7739a8de9df8c07c5d5725 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 21 Mar 2022 11:13:18 +0000 Subject: [PATCH] ci: packaging pipeline should not notify build status in github comments --- .ci/packaging.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy index 53d068fd272..543b04e082c 100644 --- a/.ci/packaging.groovy +++ b/.ci/packaging.groovy @@ -139,7 +139,7 @@ pipeline { } post { cleanup { - notifyBuildResult() + notifyBuildResult(prComment: false) } failure { notifyStatus(slackStatus: 'danger', subject: "[${env.REPO}] DRA failed", body: "Build: (<${env.RUN_DISPLAY_URL}|here>)")