Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

:out inheritance of control-flow steps inconsistent or undefined #157

Open
flosell opened this issue Jan 22, 2017 · 1 comment
Open

:out inheritance of control-flow steps inconsistent or undefined #157

flosell opened this issue Jan 22, 2017 · 1 comment

Comments

@flosell
Copy link
Owner

flosell commented Jan 22, 2017

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.

@flosell
Copy link
Owner Author

flosell commented Feb 5, 2017

Merging all child outputs could be consistent behavior (#124) but is not trivial to do

@flosell flosell added the cleanup label Jan 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant