Browse Source

TRITON-2254 Change joyMattermostNotification to joySlackNotification (#1000)

release-20210909
Brian Bennett 2 years ago committed by GitHub
parent
commit
106041cb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      Jenkinsfile

14
Jenkinsfile vendored

@ -8,7 +8,7 @@
* Copyright 2021 Joyent, Inc.
*/
@Library('jenkins-joylib@v1.0.5') _
@Library('jenkins-joylib@v1.0.8') _
pipeline {
@ -193,7 +193,7 @@ export ENGBLD_BITS_UPLOAD_IMGAPI=true
cleanWhenAborted: true,
cleanWhenNotBuilt: true,
deleteDirs: true
joyMattermostNotification(
joySlackNotifications(
channel: 'os', comment: 'default')
}
}
@ -242,7 +242,7 @@ export PLAT_CONFIGURE_ARGS="-d $PLAT_CONFIGURE_ARGS"
cleanWhenAborted: true,
cleanWhenNotBuilt: true,
deleteDirs: true
joyMattermostNotification(
joySlackNotifications(
channel: 'os', comment: 'debug')
}
}
@ -285,7 +285,7 @@ export PLATFORM_DEBUG_SUFFIX=-gcc4
cleanWhenAborted: true,
cleanWhenNotBuilt: true,
deleteDirs: true
joyMattermostNotification(
joySlackNotifications(
channel: 'os', comment: 'gcc4')
}
}
@ -328,7 +328,7 @@ export MANTA_TOOLS_PATH=/root/bin/
cleanWhenAborted: true,
cleanWhenNotBuilt: true,
deleteDirs: true
joyMattermostNotification(
joySlackNotifications(
channel: 'os', comment: 'strap-cache')
}
}
@ -336,9 +336,9 @@ export MANTA_TOOLS_PATH=/root/bin/
}
post {
always {
joyMattermostNotification(
joySlackNotifications(
channel: 'jenkins', comment: 'pipeline complete')
joyMattermostNotification(
joySlackNotifications(
channel: 'os', comment: 'pipeline complete')
}
}

Loading…
Cancel
Save