[JIRA] [rundeck-plugin] (JENKINS-27983) Rundeck does not use Jenkins proxy settings

2015-04-23 Thread and...@hammar.net (JIRA)














































Anders Hammar
 commented on  JENKINS-27983


Rundeck does not use Jenkins proxy settings















I've run into the same problem and the root cause is in the underlaying rundeck API java client library. What I did locally was to patch that library and did a custom build of the plugin.

The proxy stuff is changing in the upcoming version for v13 of the Rundeck API. It will then pick up the http.proxyHost et al system properties. If we want the plugin to use the Jenkins proxy config hte plugin needs to be updated to handle that.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [rundeck-plugin] (JENKINS-27983) Rundeck does not use Jenkins proxy settings

2015-04-16 Thread kevin.defi...@outlook.com (JIRA)














































Kevin Defives
 created  JENKINS-27983


Rundeck does not use Jenkins proxy settings















Issue Type:


Bug



Assignee:


Vincent Behar



Attachments:


system_properties_jenkins.txt



Components:


rundeck-plugin



Created:


16/Apr/15 2:37 PM



Description:


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.

-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Dhttp.proxyHost=MY_PROXY -Dhttp.proxyPort=MY_PROXY_PORT -jar "%BASE%\jenkins.war" --httpPort=8080 

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




Environment:


Jenkins version : 1.604

Rundeck plugin : 3.3

OS : Windows Server 2008 R2

Java : 1.7.0_25

Browser : Chrome, Firefox, etc...

Rundeck : 2.1.2.1 (hosted on linux OS)

API rundeck : API 11



(Check attachments for all system configurations for Jenkins and Rundeck.) 




Project:


Jenkins



Labels:


rundeck
plugin
jenkins
proxy




Priority:


Blocker



Reporter:


Kevin Defives

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.