jenkinsci / jenkinsci/git-plugin
[JENKINS-34807] Support parameters in SCM Browser URL
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
It would be beneficial if the SCM Browser URL field (if non auto browser is selected) would support parameters interpolation.
My use case is as follows:
- Multiple repos within a single SCM (in this speciffic case stash + git)
- One single job to build all the repos
- All repos serve same purpose (ergo the single job)
- Job is manually triggered
Attached example job.
Note at the moment the job does not interpolate the $CLIENT var in the Browser URL
---
Originally reported by
zeridon, imported from: Support parameters in SCM Browser URL
Raw content of original issue
It would be beneficial if the SCM Browser URL field (if non auto browser is selected) would support parameters interpolation.
My use case is as follows:
- Multiple repos within a single SCM (in this speciffic case stash + git)
- One single job to build all the repos
- All repos serve same purpose (ergo the single job)
- Job is manually triggered
Attached example job.
Note at the moment the job does not interpolate the $CLIENT var in the Browser URL
1 attachment
- [test-jenkins-job.txt](https://raw.githubusercontent.com/jenkinsci/attachments-from-jira-issues-misc/refs/heads/main/attachments/32707/test-jenkins-job.txt)
Contributor guide
Assessment
This issue has not been assessed yet.