jenkinsci / jenkinsci/subversion-plugin
[JENKINS-31962] List subversion tags: use the default value for the "Retrieving tags…" placeholder
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
When using the "List subversion tags (and more)" build parameter, a user is able to submit the "Build with parameters" page without waiting for the tags drop-down to be filled in.
In that case, the parameter receives an empty value – and most likely the build will fail.
It would be nice if the default configured value was used instead of an empty value.
It could also be the displayed default value, with "Retrieving tags…" being a second (disabled) option – only visible when expanding the drop-down.
---
Originally reported by didierl, imported from: List subversion tags: use the default value for the "Retrieving tags…" placeholder
Raw content of original issue
When using the "List subversion tags (and more)" build parameter, a user is able to submit the "Build with parameters" page without waiting for the tags drop-down to be filled in.
In that case, the parameter receives an empty value – and most likely the build will fail.
It would be nice if the default configured value was used instead of an empty value.
It could also be the displayed default value, with "Retrieving tags…" being a second (disabled) option – only visible when expanding the drop-down.
Contributor guide
Assessment
This issue has not been assessed yet.