jenkinsci / jenkinsci/change-assembly-version-plugin
[JENKINS-39036] Using only Regex and no Replacmentpattern should use AssemblyVersion
- Dominant language
- Java
- Stars
- 16
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Using the regex AssemblyVersion("[0-9\*\.]+") and no replacement pattern wiht new version number 2.2.2.2 should transform:
[assembly: AssemblyVersion("1.0.*")]
to:
[assembly: AssemblyVersion("2.2.2.2")]
but result is:
[assembly: Version("2.2.2.2")]
---
Originally reported by buerger, imported from: Using only Regex and no Replacmentpattern should use AssemblyVersion
Raw content of original issue
Using the regex AssemblyVersion("[0-9\*\.]+") and no replacement pattern wiht new version number 2.2.2.2 should transform:
[assembly: AssemblyVersion("1.0.*")]
to:
[assembly: AssemblyVersion("2.2.2.2")]
but result is:
[assembly: Version("2.2.2.2")]
environment
```
Jenkins 2.25
Windows 2012
```
Contributor guide
Assessment
This issue has not been assessed yet.