From df2cac3c2fba7a17fbe541f6fcb69687605ac8b1 Mon Sep 17 00:00:00 2001 From: Bruce Collie Date: Mon, 23 May 2022 15:43:34 +0100 Subject: [PATCH] Keep quiet --- Jenkinsfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a158c111205..6cbde888869 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -135,13 +135,6 @@ pipeline { } } } - post { - failure { - slackSend color: '#cb2431' \ - , channel: '#k' \ - , message: "Ubuntu Focal Packaging Failed: ${env.BUILD_URL}" - } - } } stage('Build and Package on Ubuntu Bionic') { when { @@ -194,6 +187,13 @@ pipeline { } } } + post { + failure { + slackSend color: '#cb2431' \ + , channel: '#k' \ + , message: "Ubuntu Bionic Packaging Failed: ${env.BUILD_URL}" + } + } } stage('Build and Package on Ubuntu Jammy') { when {