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?
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?