Hello,
I have a problem to connect my Jenkins Rundeck plugin to Rundeck application.
I think Jenkins Rundeck plugin does not use Jenkins proxy setting configured in "Manage Jenkins > Manage Plugins > Advanced".
In fact, when I configure Jenkins Rundeck plugin in "Manage Jenkins > Configure System", I have this error message when I click on "Test Connection" :
We couldn't find a live Rundeck instance at "http://my_url/rundeck".
But, when I test url "http://my_url/rundeck" during the HTTP Proxy Configuration in "Manage Jenkins > Manage Plugins > Advanced", I have a "Success".
If I configure the proxy settings in the file Jenkins\jenkins.xml like this (see below), my Rundeck instance is detected and I can link Rundeck job to my Jenkins jobs.
<arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Dhttp.proxyHost=MY_PROXY -Dhttp.proxyPort=MY_PROXY_PORT -jar "%BASE%\jenkins.war" --httpPort=8080</arguments>
But this solution cause another problems, because I think when we configure proxy in the jenkins.xml file, the proxy settings configured on the Jenkins UI is by passed and then SVN does not works...
Please, can you help me?
Maybe we can configure manually proxy only for Jenkins Rundeck plugin in a file configuration? Another idea?
Feel free to ask me if you need more informations.
Thanks in advance.
Regards