vbehar / jenkins-rundeck-plugin

Jenkins plugin for RunDeck integration : trigger, notifier and option provider.
http://wiki.jenkins-ci.org/display/JENKINS/RunDeck+Plugin
17 stars 74 forks source link

rundeck behind proxy #21

Open Shaboodi opened 5 years ago

Shaboodi commented 5 years ago

Our rundeck instance is behind proxy, for example: http://my-site/rundeck when configuring rundeck instance on jenkins main configurations we must add / in the end of the url(otherwise test connection will failed). but when configuring specific job to execute rundeck job according to job uuid it seems like it failed to read the job from rundeck, because it concatenating additional / in the end. Any solution?