fix(hermes-triage-demo): archive junit xml as artifact; junit plugin absent
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
2068f3caba
commit
3e6783e44d
@ -576,7 +576,7 @@ data:
|
||||
junitBody = '<testsuite name="hermes-triage-demo" tests="1" failures="1"><testcase classname="hermes-triage-demo" name="fixture-state-check"><failure message="demo fixture unhealthy">' + safeLog + '</failure></testcase></testsuite>'
|
||||
}
|
||||
writeFile file: 'demo-junit.xml', text: junitBody
|
||||
junit 'demo-junit.xml'
|
||||
archiveArtifacts artifacts: 'demo-junit.xml', fingerprint: false
|
||||
if (verdict != 'pass') {
|
||||
error('Demo fixture check failed for incident ' + incidentId)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user