Is it possible for a parent pipeline run, that spawns a child pipeline, to access the `output-variable` from the child pipeline?
e.g. Running something like this, where the parent pipeline echos the value of $ec2Status in the child?:
```
I think it is not supported officially.
In a somewhat similar situation, we use Bitbucket artifacts as a "transport method" to pass info. Meaning that the child can write the info to a file and upload it as a standard artifact. Then, the parent can then use the Bitbucket API (or a pipe like atlassian/bitbucket-download-file) to fetch that artifact from the specific build ID of the child.
Not very elegant, but works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.