-
Suggestion
-
Resolution: Unresolved
-
None
Problem Definition
The pipe atlassian/trigger-pipeline shows the build number and URL of the triggered build in its output, however, this info is not available in the Pipelines step's build container (the step from which the pipe is triggered).
Some customers would like to do things like:
- post a comment in a PR with the triggered build's URL
- retrieve the logs of the triggered pipeline
These things can be done with our APIs, but only when the build ID is known.
Suggested Solution
Share the ID or the URL of the triggered build with the build container of the step where atlassian/trigger-pipeline was used.