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
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 18.04 / 20.04
Reproduction steps
Edit a build
Check the "This build requires lockable resource" checkbox
Start typing in the "Resources" input field
Expected Results
Auto complete suggests the names of the configured lockable resources.
Actual Results
An empty list is shown
Anything else?
The developer console shows that the GET method is not supported and that POST is required
autocomplete.js:64: GET http://<url_of_job>/descriptorByName/org.jenkins.plugins.lockableresources.RequiredResourcesProperty/autoCompleteResourceNames?value=input 405 (Method Not Allowed)
Navigating to the above URL also indicates it should be used with POST. Doing so results in the expected list of lockable resources.
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 18.04 / 20.04
Reproduction steps
Expected Results
Auto complete suggests the names of the configured lockable resources.
Actual Results
An empty list is shown
Anything else?
The developer console shows that the GET method is not supported and that POST is required
autocomplete.js:64: GET http://<url_of_job>/descriptorByName/org.jenkins.plugins.lockableresources.RequiredResourcesProperty/autoCompleteResourceNames?value=input 405 (Method Not Allowed)
Navigating to the above URL also indicates it should be used with POST. Doing so results in the expected list of lockable resources.
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: