I am using the official Microsoft ServiceNow plugin in a gate to create tickets via Azure Pipelines.
Once the gate is finished processing, there is an output that I'd like to consume in an agent job. The problem is that this output is only available in agentless jobs (which is not very useful for my use case).
How can I make it so that I can pass that output value from an agentless job to an agent job?