You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
control-flow steps like in-parallel, run and either inherit the :out text (that's also shown in the UI) but there doesn't seem to be a consistent defined behavior. e.g. in-parallel seems to just return the :out of the last child (whatever order that might be).
Either implement a consistent behavior or don't inherit such attributes at all since they are available from the step itself and are usually not helpful for the next build steps. Other attributes need to be inherited though, e.g. the git-hash that might come out of a wait-for-git step in an either.
The text was updated successfully, but these errors were encountered:
control-flow steps like
in-parallel
,run
andeither
inherit the:out
text (that's also shown in the UI) but there doesn't seem to be a consistent defined behavior. e.g.in-parallel
seems to just return the:out
of the last child (whatever order that might be).Either implement a consistent behavior or don't inherit such attributes at all since they are available from the step itself and are usually not helpful for the next build steps. Other attributes need to be inherited though, e.g. the git-hash that might come out of a
wait-for-git
step in aneither
.The text was updated successfully, but these errors were encountered: