From 849b862a125dfaa96fa400fcd1e3728f65724234 Mon Sep 17 00:00:00 2001 From: Steffen Nitschke Date: Thu, 7 Jan 2021 22:30:37 +0100 Subject: [PATCH] remove copy-paste-failure --- Jenkinsfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2fa5bcb..fb3414e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,20 +59,12 @@ pipeline { } success { - bitbucketStatusNotify( - buildState: 'SUCCESSFUL' - ) - office365ConnectorSend color: 'good', message: "Build ${currentBuild.fullDisplayName} completed *successfully* (<${env.BUILD_URL}|Open>).\n\n\n${CUSTOM_SCM_INFO}", webhookUrl: "https://outlook.office.com/webhook/97618564-835e-438e-a2a7-a77b21331e1e@22877e52-e9fd-410d-91a3-817d8ab89d63/JenkinsCI/fa736de2175649a891c2957f00532027/87d23462-1d0c-4378-b4e0-05c7d5546a25" } failure { - bitbucketStatusNotify( - buildState: 'FAILED' - ) - office365ConnectorSend color: 'danger', message: "Build ${currentBuild.fullDisplayName} *failed* (<${env.BUILD_URL}|Open>).\n\n\n${CUSTOM_SCM_INFO}", webhookUrl: "https://outlook.office.com/webhook/97618564-835e-438e-a2a7-a77b21331e1e@22877e52-e9fd-410d-91a3-817d8ab89d63/JenkinsCI/fa736de2175649a891c2957f00532027/87d23462-1d0c-4378-b4e0-05c7d5546a25"