You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this library for something I was getting going at work and it fell over at certain parts because I was running against a Jenkins instance that spaces in the path to jobs (using the folder plugin, I think) as well as the job names.
I was able to work around it by making the following change in the private URI api(String path) method in JenkinsHttpClient.java:
This was a pretty quick, hacky fix that resolved my issue.... Would this be reasonable to submit as a pull request or would you want to approach it in a different (i.e. better) way?
The text was updated successfully, but these errors were encountered:
I tried to use this library for something I was getting going at work and it fell over at certain parts because I was running against a Jenkins instance that spaces in the path to jobs (using the folder plugin, I think) as well as the job names.
I was able to work around it by making the following change in the
private URI api(String path)
method in JenkinsHttpClient.java:This was a pretty quick, hacky fix that resolved my issue.... Would this be reasonable to submit as a pull request or would you want to approach it in a different (i.e. better) way?
The text was updated successfully, but these errors were encountered: