jenkinsci / jenkinsci/change-assembly-version-plugin
[JENKINS-44068] Change Assembly Version Plugin should offer Pipeline Step
- Dominant language
- Java
- Stars
- 16
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
I hit it when I was working on WinSW CI PoC. Finally had to just run powershell with this script: https://blogs.msdn.microsoft.com/dotnetinterop/2008/04/21/powershell-script-to-batch-update-assemblyinfo-cs-with-new-version/ . But it would be great to have a support for it in the plugin.
In order to do so, the build step should implement SimpleBuildStep
---
Originally reported by
oleg_nenashev, imported from: Change Assembly Version Plugin should offer Pipeline Step
Raw content of original issue
I hit it when I was working on WinSW CI PoC. Finally had to just run powershell with this script: https://blogs.msdn.microsoft.com/dotnetinterop/2008/04/21/powershell-script-to-batch-update-assemblyinfo-cs-with-new-version/ . But it would be great to have a support for it in the plugin.
In order to do so, the build step should implement SimpleBuildStep
Contributor guide
Assessment
This issue has not been assessed yet.