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 run Jenkins in tomcat under the /jenkins URL space. When trying to use cascading choice parameters in a job, I get a 404 error when I click the "Build Now" link for that job.
The 404 error message shows that the path being accessed is "/plugin/dynamicparameter/getParameterValues".
I can see that value is hard-coded into cascadingchoice.js. Perhaps it needs to find the root URL dynamically?
The text was updated successfully, but these errors were encountered:
patrick-higgins
added a commit
to patrick-higgins/sb-jenkins-dynamicparameter
that referenced
this issue
Dec 11, 2013
I run Jenkins in tomcat under the /jenkins URL space. When trying to use cascading choice parameters in a job, I get a 404 error when I click the "Build Now" link for that job.
The 404 error message shows that the path being accessed is "/plugin/dynamicparameter/getParameterValues".
I can see that value is hard-coded into cascadingchoice.js. Perhaps it needs to find the root URL dynamically?
The text was updated successfully, but these errors were encountered: