Update Jenkinsfile

This commit is contained in:
andrew clark
2025-10-22 11:40:00 -06:00
parent 49a5f1ac8a
commit 4c5419bb33

1
qetest/Jenkinsfile vendored
View File

@@ -69,6 +69,7 @@ pipeline {
always {
node(rocmnode("nogpu")) {
script {
def buildStatus = currentBuild.result ?: 'SUCCESS'
def statusEmoji = buildStatus == 'SUCCESS' ? '⚠️' : '❌'
def subjectPrefix = buildStatus == 'SUCCESS' ? 'Warning - Issues Detected' : 'Build Failed'
// Get the build log.