-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
We have several pipeline-jobs, which retrieve their script from a dedicated GIT repository.
Many of those jobs have a branch-name as input parameter, which is used in the pipeline. Right now, we have to use a text-parameter and enter the branch name manually, because the repository which contains the branches is not the same as the one which contains the pipeline scripts.
It seems, what we would need is either:
- TheĀ git-parameter-plugin allows to configure a repository as source for the parameter (instead of using the first one found or the one matching the repository-name)
- The Pipeline-Job allows to define additional repositories, which can be accessed by name