fix(generator-adp): write headless generation result for BAS orchestrator#4973
Conversation
🦋 Changeset detectedLatest commit: 3bd60ba The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
SummaryThe following content is AI-generated and provides a summary of the pull request: DescriptionFixes the missing BAS orchestrator result callback in Changes:
Type of change
How have you tested?
Checklist:
Fixes #4972
PR Bot InformationVersion:
|
There was a problem hiding this comment.
The PR introduces a clean, well-tested feature for writing headless generation results back to the BAS orchestrator. Two issues were flagged: a potential overwrite of a failure result by the subsequent end() lifecycle hook, and a hardcoded absolute path that cannot be overridden for non-BAS environments.
IvoSG
left a comment
There was a problem hiding this comment.
Changeset OK
Changes look good
Coverage is great
Do not test manually
mmilko01
left a comment
There was a problem hiding this comment.
Changeset OK
Changes look good
Excellent test coverage
Did not test manually
30d1b2b to
3bd60ba
Compare
|



Fix for #4972.