We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jenkins: 2.387.3 OS: Linux - 4.14.336-257.568.amzn2.x86_64 Java: 11.0.19 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
Controller running in docker
#839 introduced the issue that exceptions of the callable are no longer forwarded, but "eaten" by a try-catch block.
Exceptions should be thrown, as before.
null is returned -> no exception thrown and logged
null
No response
A PR will be created and linked.
The text was updated successfully, but these errors were encountered:
Related to ticket #838, where this bug was introduced.
Sorry, something went wrong.
Issue was discussed here: #839 (review)
Successfully merging a pull request may close this issue.
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Controller running in docker
Reproduction steps
#839 introduced the issue that exceptions of the callable are no longer forwarded, but "eaten" by a try-catch block.
Expected Results
Exceptions should be thrown, as before.
Actual Results
null
is returned -> no exception thrown and loggedAnything else?
No response
Are you interested in contributing a fix?
A PR will be created and linked.
The text was updated successfully, but these errors were encountered: