We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent933a8c6 commitef317afCopy full SHA for ef317af
_docs/pipelines/variables.md
@@ -416,11 +416,18 @@ Add the following step at the beginning of the pipeline.
416
```
417
{% endraw %}
418
419
-
420
421
In the Builds page, the step details of the child build displays the**Output URL** which is the link to the parent build, as in the image below.
422
423
-
+{% include
+image.html
+lightbox="true"
424
+file="/images/troubleshooting/how-to-navigate-to-parent-build-from-child-build.png"
425
+url="/images/troubleshooting/how-to-navigate-to-parent-build-from-child-build.png"
426
+alt="Output URL link"
427
+caption="Output URL link"
428
+max-width="60%"
429
+%}
430
+
431
432
##Masking variables in logs
433