Update instructions regarding GitHub Branch Source Plugin notifications #373
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It looks like newest versions of GitHub Checks plugin already implements a trait to turn off duplicate notifications coming from GitHub Branch Source Plugin.
This PR just updates README instructions to use the new option instead of other plugins.
Testing done
I don't have Disable GitHub Multibranch Status Plugin or Skip Notification Trait Plugin installed. I just configured multibranch pipeline to disable status updates from GitHub Branch Source Plugin in the pipeline settings:
![image](https://private-user-images.githubusercontent.com/2323565/298400825-2833ba10-a302-4714-b396-b068aecafdd7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzc1MjUsIm5iZiI6MTczOTI3NzIyNSwicGF0aCI6Ii8yMzIzNTY1LzI5ODQwMDgyNS0yODMzYmExMC1hMzAyLTQ3MTQtYjM5Ni1iMDY4YWVjYWZkZDcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTIzMzQ1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGFmMjdiN2RmYTJiODdjMDJmOGE0MmJjZGM2YWE3OGI2MmVmOGI2MTc4N2RkZjMzNjgyYjI4YTFiMjBiOTczOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.rOyhDSVltwlAYIXyP6mhDyy4qUxYyTytpjZvt3B-qEI)
![image](https://private-user-images.githubusercontent.com/2323565/298400897-8e5b7c3c-ad8f-4e77-9cd4-d937178709c7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzc1MjUsIm5iZiI6MTczOTI3NzIyNSwicGF0aCI6Ii8yMzIzNTY1LzI5ODQwMDg5Ny04ZTViN2MzYy1hZDhmLTRlNzctOWNkNC1kOTM3MTc4NzA5YzcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTIzMzQ1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZWQ5OWUxYWVhY2NiMDFiZDIwOTg4OTU5MWIzYTVlZjExODQ5NTFhNmFjMWE4ZWQyM2U3MWU2OGJlMWRjNzM1NyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.JKxsOj36_zWg6-5qchZxqLYvxEU1rxqEPs5t_OwG3yE)
This produced only one commit status update in the GitHub UI:
Submitter checklist