Support merge fields in outgoing webhooks of CI jobs
When sending an outgoing webhook, I'd like to be able to include if the job succeeded, the name of the job etc.
11
votes
AdminGearset Team
(Feedback Manager, Gearset)
shared this idea
Outgoing webhooks on CI jobs now support these variables. Please let us know if there's anything else you'd like to see.
-
Eric Kintzer commented
Merge fields should be at a minimum:
username (of CI scratch org)
JWT of connected app in DevHub (again, for scratch orgs) -
Kenny commented
Absolutely! As part of integrating multiple tools in a CI/CD Pipeline, sending detailed status back to other systems is imperative. Thanks!