This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 064e614 Use icons that actually exist
064e614 is described below
commit 064e6145a0641cecc3ae63d1937540a5b220998e
Author: Matt Sicker <[email protected]>
AuthorDate: Sat Apr 4 22:42:35 2020 -0500
Use icons that actually exist
---
Jenkinsfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 6a52cf6..740bf9b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -83,7 +83,7 @@ pipeline {
fixed {
slackSend channel: 'logging',
color: 'good',
- iconEmoji: ':beer_parrot:',
+ iconEmoji: 'male_mage',
message: "Build back to normal:
<${env.BUILD_URL}|${env.BUILD_DISPLAY_NAME}>."
mail to: '[email protected]',
subject: "Jenkins build of ${env.JOB_NAME}
(${env.BUILD_NUMBER}) back to normal",
@@ -92,7 +92,7 @@ pipeline {
failure {
slackSend channel: 'logging',
color: 'danger',
- iconEmoji: ':doh:',
+ iconEmoji: 'face_palm',
message: "Build failed:
<${env.BUILD_URL}|${env.BUILD_DISPLAY_NAME}>."
mail to: '[email protected]',
subject: "Build failure in Jenkins build of ${env.JOB_NAME}
(${env.BUILD_NUMBER})",
@@ -110,7 +110,7 @@ Mr. Jenkins
unstable {
slackSend channel: 'logging',
color: 'warning',
- iconEmoji: ':sadpanda:',
+ iconEmoji: 'juggling',
message: "Build unstable: ${env.BUILD_URL}"
}
}