-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins : 2.240-jdk11, latest github plugins
I have several GitHub organization folders, pointing to the same github organisation, but filtered by team slug.
On scan, this works fine, only the repositories owned by the team are added to the folder.
However, on trigger by a web-hook, the repository is added regardless of the team slug filter
Having tested with repository name based filters, this does not happen.
Hypothesis : the team slug is not present in the hook data, and thus is ignored by the filter
- links to