-
New Feature
-
Resolution: Fixed
-
Major
This plugin is really good. But currently it doesn't support "Multiple SCMs plugin". If I configure the job with multiple Git repos it wont detect branches.
This would be a very good feature.
This plugin is really good. But currently it doesn't support "Multiple SCMs plugin". If I configure the job with multiple Git repos it wont detect branches.
This would be a very good feature.
nfalco79 This is very good POC
but
You may not have defined SCM when you add parameter or SCM definition can change after add parameter. Then you not have the actual information about SCM in parameter definition.
I think good and simple solution is a:
Add two option:
'FIRST' is default value.
If you choose 'FIRST' - plugin will take data from first defined SCM (git repository)
'ALL' plugin take data from all defined SCM
'MATCH_REPOSITORY_URL' plugin will take data from all SCM which url match from regular expression.
The advantage of this solution is: you do not need know about defined SCM. and this and this is more flexible solution.
Perhaps is enough option 'MATCH_REPOSITORY_URL' and adding one text field to configuratin.
Regards
Boguslaw