coryrc
coryrc
Would a PR to add the check to this project be accepted?
The error found in the application logs is: 2019/06/13 internal.flushLog: Flush RPC: service bridge returned HTTP 400 ("App Engine APIs over the Service Bridge are disabled.\nIf they are required, enable...
> The problem with most Jenkins pipelines is that they are not written in such a way that restarting from any particular stage would be possible, as inputs / outputs...
input/output workspace layering cannot be done efficiently without copy-on-write workspaces. It could be done with an NFS server and overlay filesystems, or there appear to be some [COW volumes](https://github.com/kubernetes/kubernetes/issues/85519#issuecomment-557456539) but...
@davidgamba (sorry, I can't find the comment in the UI, only e-mail!?) CombinedOutput returns stdout and stderr in one stream, here we're returning them as separate streams. There isn't precedent...
@DavidGamba Thought I was losing it! Hey, since you're here, what do you think of `*Output*V()` (added V) versions which simultaneously stream to os.Stdout and os.Stderr? Or are we just...
As part of CI tests I can popup errors to the user why it stopped. Stdout can have too much context and just Stderr is often enough to figure out...
> @coryrc any further thoughts on the issues you've identified? No. I just used said functions in my own library, it worked fine. I haven't used it for a while...
/assign @geeknoid