Skip to content

Commit 44ff632

Browse files
committed
One last message improvement.
1 parent 4d392c8 commit 44ff632

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.jenkins/Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929
stage("Pre-flight") {
3030
steps {
3131
script {
32-
slackSend color: '#0063D1', channel: '#sds-ci', message: "📋 *${PROJECT}* `${VER}` on `${BRANCH_NAME}` — build #${BUILD_NUMBER} has entered the system check\nCountdown initiated. Manage your expectations.\n<${BUILD_URL}|Watch nervously>"
32+
slackSend color: '#0063D1', channel: '#sds-ci', message: "🚀 *${PROJECT}* `${VER}` on `${BRANCH_NAME}` — build #${BUILD_NUMBER} has begun systems check\nCountdown initiated. Manage your expectations.\n<${BUILD_URL}|Watch nervously>"
3333
sh "conan graph info -s:h build_type=Debug ${CONAN_FLAGS} ."
3434
sh "conan graph info -s:h build_type=RelWithDebInfo -o sisl/*:malloc_impl=tcmalloc ${CONAN_FLAGS} ."
3535
}
@@ -38,9 +38,9 @@ pipeline {
3838

3939
stage("Ignition") {
4040
steps {
41-
slackSend color: '#9B59B6', channel: '#sds-ci', message: "⛽ *${PROJECT}* `${VER}` build #${BUILD_NUMBER} \nAll systems Go...going somewhere is right...\nLet's light this 🕯️... 3... 2... 1...!"
41+
slackSend color: '#9B59B6', channel: '#sds-ci', message: "⛽ *${PROJECT}* `${BRANCH_NAME}` build #${BUILD_NUMBER} \nAll systems Go...going somewhere anyways...\nLet's light this 🕯️... 3... 2... 1...!"
4242
sh "conan create -s:h build_type=Debug ${CONAN_FLAGS} ."
43-
slackSend color: '#E67E22', channel: '#sds-ci', message: "🧑‍🚀 *Debug: green.* One more build between us and home.\nI've been in here long enough to start naming the compiler warnings. Don't ask.\nRelWithDebInfo... *please don't fail me now.*"
43+
slackSend color: '#E67E22', channel: '#sds-ci', message: "🧑‍🚀 *${PROJECT}* `${BRANCH_NAME}`\n*Debug: green.* One more build between us and home.\nI've been in here long enough to start naming the compiler warnings. Don't ask.\nRelWithDebInfo... *please don't fail me now.*"
4444
sh "conan create -s:h build_type=RelWithDebInfo -o sisl/*:malloc_impl=tcmalloc ${CONAN_FLAGS} ."
4545
}
4646
}
@@ -52,7 +52,7 @@ pipeline {
5252
steps {
5353
sh "conan remote login -p ${ARTIFACTORY_PASS} ebay-local _service_sds"
5454
sh "conan upload '*:*' -r ebay-local --confirm"
55-
slackSend color: '#8A6BBF', channel: '#sds-ci', message: "📦 (`${BRANCH_NAME}`) — everyone survived long enough to land in Artifactory\nBuild #${PROJECT}@${VER} is live and ready to pull downstream"
55+
slackSend color: '#8A6BBF', channel: '#sds-ci', message: "📦 (`${BRANCH_NAME}`) — everyone survived long enough to land in Artifactory\nPackage `${PROJECT}@${VER}` is live and ready to pull downstream"
5656
}
5757
}
5858
}
@@ -62,7 +62,7 @@ pipeline {
6262
slackSend color: '#E43237', channel: '#sds-ci', message: "💀 *${PROJECT}* `${VER}` (`${BRANCH_NAME}`) build #${BUILD_NUMBER} didn't make it\nHeld on for _${currentBuild.durationString}_ before calling it quits\n<${BUILD_URL}|Post-mortem>\n🪦"
6363
}
6464
success {
65-
slackSend color: '#85B717', channel: '#sds-ci', message: "✅ *${PROJECT}* `${VER}` (`${BRANCH_NAME}`) build #${BUILD_NUMBER} — it actually worked\nDebug + RelWithDebInfo both green in _${currentBuild.durationString}_\n<${BUILD_URL}|Full report>\n👨‍🚀 Everyone survived!"
65+
slackSend color: '#85B717', channel: '#sds-ci', message: "✅ *${PROJECT}* `${VER}` (`${BRANCH_NAME}`) build #${BUILD_NUMBER} — it actually worked\nDebug + RelWithDebInfo both green in _${currentBuild.durationString}_\n<${BUILD_URL}|Full report>\n🍾 Mission succssful!"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)