Florian Sellmayr
Florian Sellmayr
Just had a look at this, from what I can tell, docker internally detects if it's running inside an interactive terminal. If not it just displays the raw text output...
@MediaMarco Thanks for the feedback!
Thanks for the feedback! You hit one of the rough spots where I haven't figured out a good solution yet (and I'd be happy for ideas). To answer your question...
@crimeminister filesets look really interesting, thanks for the suggestion! Do you have an example what that looks like in an actual pipeline? @magnars I have seen a lot of people...
Counterpoint: It currently doesn't return outputs because then it would need to wait for all children to finish/be killed to have a final result to return. Depending on the child...
Thanks for the feedback @thilo11, however, I feel this is a slightly different use-case: What I meant with this issue was a way to get all failed steps in a...
Thanks for the feedback! We definitely don't want to drive people back to Jenkins! :) To your immediate question, yes, a dashboard and generally improved multi-pipeline support would be a...
Hi @isagalaev, sorry for the late response! There are two ways you could tackle this without changing the core. Depending on what you are trying to do, they might or...
Thanks for the feedback @isagalaev! Do you think there's something in your prototype that's helpful for the rest of the community? If so, is there a chance it can be...
It's definitely possible to do, even though I usually prefer to fail fast as it's more explicit to the user: _"oh, my state is corrupted"_ vs _"hmm, somehow one of...