diff --git a/.ci/schedule-daily.groovy b/.ci/schedule-daily.groovy index 1422011f6b0..a7602720fc1 100644 --- a/.ci/schedule-daily.groovy +++ b/.ci/schedule-daily.groovy @@ -59,7 +59,7 @@ pipeline { } post { cleanup { - notifyBuildResult(prComment: false, slackHeader: "Integration job failed ${env.JENKINS_URL}search/?q=${env.INTEGRATION_JOB.replaceAll('/','+')}") + notifyBuildResult(prComment: false, slackComment: true, slackHeader: "Integration job failed ${env.JENKINS_URL}search/?q=${env.INTEGRATION_JOB.replaceAll('/','+')}") } } }