-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: pipeline, scm-api-plugin, subversion-plugin
-
Environment:Jenkins 2.195, subversion 2.12.2, kubernetes
We have a parameterized jenkins pipeline release build. One of the parameters is the module we want to release.
Ā
This means determining the svn changes against the previous build won't work.
Ā
I would like to be able to influence the base revision compared to.
Ā
In our case we can check the svn log for the last [maven-release commit, but I can't find a way to get this in the build changes.
I would like to either have parameterized buuld compare with the last build with equal params(appname in our case) or be able to set the revisionbase.
Ā
I found the gitĀ ChangelogToBranch extension but could not find an svn comparison.