-
New Feature
-
Resolution: Unresolved
-
Major
-
None
So far this plugin has two usecases:
- use folder properties within freestyle job definition
- use folder properties within pipeline code
What I'm missing is another usecase:
- use folder properties within pipeline job definition
Why? We have a nested structure of jobs related to a single project. The common thing about the project resp. the jobs is the repo/branch that the jobs shall operate on. So from an OOA perspective one would model this as a property of class "Project" which in Jenkins case is represented by the toplevel folder for the project.
It would be therefore nice if I could define which repo/branch to use as a folder property and then be able to use this folder property when defining the SCM part of a pipeline job.