I'm trying to use the GIT Parameter Plug-in to list all release branches that need to go in a build process. If I use the plug-in only specifying the parameter type it works fine simple plug-in configuration
When I try to filter the list using the Branch Filter option the list appears empty. I've tried the Branch Filter field with the following values:
- origin/release/*
- release*
- origin/release//*
But they all appear to be wrong.
- As anyone ever configured such a filtering option?
If I wound like to list only my release branches ,my develop (for testing environments) and master (for production environments).
- Is there a way to have multiple filtering?