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 {