Hello,
In my system configuration, I setup the plugin to use the Credentials plugin.
I provided the username and password of a user on the remote system with plenty of rights to run the job.
The job, however, is not launching.
I see the following in the console output from the job that attempts to launch the remote job:
Connection to remote server failed, waiting for to retry - 10 seconds until next attempt.Retry attempt #5 out of 5 ERROR: Remote build failed for the following reason, but the build will continue: ERROR: Max number of connection retries have been exeeded. ERROR: Remote build failed for the following reason, but the build will continue: ERROR: Got a blank response from Remote Jenkins Server [http://the RemoteJenkinsServer:8080], cannot continue. FATAL: null java.lang.NullPointerException at org.jenkinsci.plugins.ParameterizedRemoteTrigger.RemoteBuildConfiguration.perform(RemoteBuildConfiguration.java:535) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770) at hudson.model.Build$BuildExecution.build(Build.java:199)
etc...
Do you have an idea of what the problem might be?
How do I go about debugging this problem?
Is there a log somewhere that might contain more helpful information?
Thanks in advance.
My remote Jenkins has no authentication configured


--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/43d60b5b-5130-42e7-a338-b4444f22f028%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ERROR: Got a blank response from Remote Jenkins Server ...., cannot continue.
FATAL: null java.lang.NullPointerException at org.jenkinsci.plugins.ParameterizedRemoteTrigger.RemoteBuildConfiguration.perform(RemoteBuildConfiguration.java:535) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770) at hudson.model.Build$BuildExecution.build(Build.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:160) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533) at hudson.model.Run.execute(Run.java:1745) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240)
Any alternative to this?