Details
-
Improvement
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
Platform: All, OS: All
Description
Hudson jobs that are run manually from the command line should not fail simply
because the server running at $HUDSON_HOME isn't responding.
Attachments
Issue Links
- is duplicated by
-
JENKINS-1677 External job will not be executed of connection to Hudson can't be obtained.
-
- Resolved
-
The current code simply dumps a "java.net.ConnectException: Connection timed out
" stacktrace if it is unable to contact the Hudson server and terminates without
running the underlying job. This should be improved by printing a warning
message explaining the problem. Also, a new command line switch should be added
that allows the job to continue even if there is a problem contacting the Hudson
server.