mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 07:51:52 +00:00
Testing webhook
This commit is contained in:
8
qetest/Jenkinsfile
vendored
8
qetest/Jenkinsfile
vendored
@@ -29,8 +29,8 @@ pipeline {
|
||||
curl -X POST '${WEBHOOK_URL}' \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{
|
||||
"subject": "✅ Build Success - ${JOB_NAME}",
|
||||
"text": "Build ${BUILD_NUMBER} completed successfully on branch ${BRANCH_NAME}"
|
||||
"subject": "✅ Build Success",
|
||||
"text": "successful build"
|
||||
}'
|
||||
"""
|
||||
}
|
||||
@@ -42,8 +42,8 @@ pipeline {
|
||||
curl -X POST '${WEBHOOK_URL}' \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{
|
||||
"subject": "❌ Build Failed - ${JOB_NAME}",
|
||||
"text": "Build ${BUILD_NUMBER} failed on branch ${BRANCH_NAME}"
|
||||
"subject": "❌ Build Failed",
|
||||
"text": "Failed to build"
|
||||
}'
|
||||
"""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user