jenkinsci / jenkinsci/scm-api-plugin
[JENKINS-49013] SCM API Plugin should support environment variables
- Dominant language
- Java
- Stars
- 33
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
In a multibranch pipeline you can select the branches you want to test by a filter. However if you have multiple multibranch pipelines which all have to test the same branches it creates a lot of overhead if you want to add a branch.
That's why I think it's a good idea to add support for environment variables in the filter.
---
Originally reported by roel0, imported from: SCM API Plugin should support environment variables
Raw content of original issue
In a multibranch pipeline you can select the branches you want to test by a filter. However if you have multiple multibranch pipelines which all have to test the same branches it creates a lot of overhead if you want to add a branch.
That's why I think it's a good idea to add support for environment variables in the filter.
Contributor guide
Assessment
This issue has not been assessed yet.