From 842b665659b770b00d159bd72531be7655dbfda8 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 17 Jul 2020 11:46:12 -0500 Subject: [PATCH] Improve emoji selections --- schutzbot/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index c95797ff8..57ff44263 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { } stages { - stage("Prepare") { + stage("Prepare 🤔") { agent { label "schutzbot" } steps { sh ( @@ -27,7 +27,7 @@ pipeline { } } - stage("Mock build ⚒") { + stage("Mock build 👷🏻") { // Halt the pipeline immediately if a single mock build fails. // A failure to build an RPM is serious and must be // investigated.