From de0b76b18d261fbebb1d25d273f4bd0c5e1283ad Mon Sep 17 00:00:00 2001 From: mtojek Date: Mon, 4 Apr 2022 08:55:49 +0200 Subject: [PATCH] Fix: do not comment on notifyBuildResult --- .ci/package-storage-publish.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/package-storage-publish.groovy b/.ci/package-storage-publish.groovy index ca32154e5d..412ed19ee1 100644 --- a/.ci/package-storage-publish.groovy +++ b/.ci/package-storage-publish.groovy @@ -74,7 +74,7 @@ pipeline { } post { cleanup { - notifyBuildResult(prComment: true) + notifyBuildResult(prComment: false) } } }