| Mark, what permissions did you need to add on the remote Jenkins? A colleague was attempting to use this plugin and was having same issue (nothing happened, no logs). I discovered that she had not been using the right credentials in the host Jenkins configuration. Once I fixed that, it finally started logging, but now I'm getting one of 2 errors, either: {{I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://<remote-server>:8080: No route to host (Host unreachable) May 10, 2019 11:51:18 PM INFO org.apache.http.impl.execchain.RetryExec execute Retrying request to {}->http://<remote-server>:8080 May 10, 2019 11:51:18 PM SEVERE org.jenkins.ci.plugins.jobimport.client.RestApiClient getRemoteItems Failed to list job from remote http://<remote-server>:8080/ java.net.NoRouteToHostException: No route to host (Host unreachable)}} With a long stack trace, or: {{Failed to list job from remote / java.net.MalformedURLException: no protocol: /api/xml?tree=jobs[name,url,description]}} With a long stack trace. |