-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: ignore-committer-strategy-plugin
-
None
Jenkins                    - Version 2.555.2
Ignore Commiter Strategy  - Version: 57.v0756db_b_f6926
GitHub Branch Source      - Version: 1967.1970.vd86979736546
We experience issues with the ignore committer strategy plugin in combination with a Organization Directory pipeline configured for a GitHub organization.When we we view the configuration of the "child" pipeline we can see that the ignore committer configuration is correctly applied.
Working with Multi-branch pipelines.
The ignore strategy is working okay when we deal with the exact same pipeline as stand-alone and NOT as a child of the Organization Directory.
Event branch log when correct. ( No automatic build triggered for master )
 Getting remote pull requests from branch master...  Checking branches...  Getting remote branch master...   Checking branch master    'jenkins/Jenkinsfile' found   Met criteria Changes detected: master (d226299d0670a17611bb6cbe015aad119881a45f → 23eb7d17d781db0322881dc53c9b2d102efb7943) Ignored authors: [ci@ACME.com] All commits in the changeset are made by excluded authors, build is false No automatic build triggered for master  1 branches were processed Finished examining ACME/BAH-common-taal Â
Event branch log when wrong ( Scheduled build for branch: master )
Â
 Getting remote pull requests from branch master...  Checking branches...  Getting remote branch master...   Checking branch master    'jenkins/Jenkinsfile' found   Met criteria Changes detected: master (e3479eb235a5bc4e4196ee3715af2285c211fd6f → d84e604ff9fcf17ad6a220cb5201263c8ea16dc2) Ignored authors: [ci@ACME.com] All commits in the changeset are made by excluded authors, build is false Scheduled build for branch: master  1 branches were processed Finished examining ACME/BAH-common-taal
Â