fix(cicd): use correct context field names for Log Center fingerprint
All checks were successful
Build and Deploy Web / build-and-deploy (push) Successful in 3m14s
All checks were successful
Build and Deploy Web / build-and-deploy (push) Successful in 3m14s
Add job_name and step_name to match Log Center's CI/CD fingerprint generation, replacing failed_step which was not recognized. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b72b376fcd
commit
13830bc8e8
@ -113,11 +113,12 @@ jobs:
|
|||||||
\"stack_trace\": [\"${ERROR_LOG}\"]
|
\"stack_trace\": [\"${ERROR_LOG}\"]
|
||||||
},
|
},
|
||||||
\"context\": {
|
\"context\": {
|
||||||
|
\"job_name\": \"build-and-deploy\",
|
||||||
|
\"step_name\": \"${FAILED_STEP}\",
|
||||||
\"workflow\": \"${{ github.workflow }}\",
|
\"workflow\": \"${{ github.workflow }}\",
|
||||||
\"run_id\": \"${{ github.run_id }}\",
|
\"run_id\": \"${{ github.run_id }}\",
|
||||||
\"branch\": \"${{ github.ref_name }}\",
|
\"branch\": \"${{ github.ref_name }}\",
|
||||||
\"actor\": \"${{ github.actor }}\",
|
\"actor\": \"${{ github.actor }}\",
|
||||||
\"failed_step\": \"${FAILED_STEP}\",
|
|
||||||
\"commit\": \"${{ github.sha }}\"
|
\"commit\": \"${{ github.sha }}\"
|
||||||
}
|
}
|
||||||
}" || true
|
}" || true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user