jenkinsci / jenkinsci/subversion-plugin
[JENKINS-32187] List Subversion tags doesn't populate during release configuration
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
If "configure release build" is checked (release plugin) and "List Subversion tags" is added as a release parameter, no tags are listed. If the exact same options are added but as a standard build parameter, the tags are listed. Furthermore, if the options are added as a build parameter in both places, both parameters are displayed but they both list the tags according to the standard build parameter. If the parameter name is changed on one so that they no longer match, the release parameter will no longer list the tags.
The release parameter is not being evaluated. It is being populated when the standard parameter is evaluated.
'Override build parameters' has no effect. It was selected in the attached images for demonstration purposes.
---
Originally reported by
naugler, imported from: List Subversion tags doesn't populate during release configuration
recena
Raw content of original issue
If "configure release build" is checked (release plugin) and "List Subversion tags" is added as a release parameter, no tags are listed. If the exact same options are added but as a standard build parameter, the tags are listed. Furthermore, if the options are added as a build parameter in both places, both parameters are displayed but they both list the tags according to the standard build parameter. If the parameter name is changed on one so that they no longer match, the release parameter will no longer list the tags.
The release parameter is not being evaluated. It is being populated when the standard parameter is evaluated.
'Override build parameters' has no effect. It was selected in the attached images for demonstration purposes.
environment
```
jenkins 1.643
subversion-plugin 2.5.5
release-plugin 2.5.4
```
4 attachments
- [release_and_standard.PNG](https://issues.jenkins.io/secure/attachment/31532/release_and_standard.PNG)
> 
- [release_name_change.PNG](https://issues.jenkins.io/secure/attachment/31531/release_name_change.PNG)
> 
- [release_notworking.PNG](https://issues.jenkins.io/secure/attachment/31533/release_notworking.PNG)
> 
- [standard_working.PNG](https://issues.jenkins.io/secure/attachment/31534/standard_working.PNG)
> 
Contributor guide
Assessment
This issue has not been assessed yet.