Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

stderr breaks the script step #43

Closed
hdimitriou opened this issue Sep 17, 2019 · 2 comments
Closed

stderr breaks the script step #43

hdimitriou opened this issue Sep 17, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@hdimitriou
Copy link
Contributor

Using the script step to execute on a pod, I noticed that even though the commands returned with exit code 0, the job failed.

I isolated the issue to commands that write to stderr without failing, like 'git clone' or even 'set -x'

I would understand the logic, but shouldn't be a way around this?

@tholok97
Copy link
Contributor

Maybe introduce a "fail script on stderr" option?

@ltamaster ltamaster added the bug Something isn't working label Sep 23, 2019
@ltamaster
Copy link
Contributor

it should be fixed with #51

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants