mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 07:51:52 +00:00
Update Jenkinsfile
This commit is contained in:
1
qetest/Jenkinsfile
vendored
1
qetest/Jenkinsfile
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user