https://github.com/jenkinsci/change-assembly-version-plugin
https://github.com/jenkinsci/change-assembly-version-plugin
adopt-this-plugin
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkinsci/change-assembly-version-plugin
- Owner: jenkinsci
- Created: 2014-06-07T13:21:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-10-01T15:36:19.000Z (8 months ago)
- Last Synced: 2025-10-20T02:44:17.308Z (8 months ago)
- Topics: adopt-this-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/change-assembly-version-plugin/
- Size: 129 KB
- Stars: 16
- Watchers: 98
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# change-assembly-version-plugin
This plug-in tries to change specific line(s) in file(s). The effect is to change the assembly version.
Specifically, it will try to find the file `FileName` and inside that file look for strings matching the `RegexPattern`, replacing it with the actual current build number, as specified by `ReplacementPattern`.