-
Notifications
You must be signed in to change notification settings - Fork 402
[JENKINS-24208] Allow to bann a pusher to avoid triggering loop when your job is push… #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…tension - also add integration tests
- this helps handle nulls
[JENKINS-28139] Hook payload parse extension point
admin:repo_hook mention in help
handle exceptions of extensions
will be useful in repository name
caused by self-test validation for custom hook url
fix "Unknown content type null" in logs and since for 1.12.0 api
See JENKINS-29794 for details.
…itory_source Manually entered repository source
add some override annotations in ghcommitnotifier
also don't bother signature validation if no header from github with signature
[JENKINS-33974] Payload verification using shared secrets
[JENKINS-37481] Ignore sign header if sign not defined in Jenkins
|
My team could also significantly benefit from this. This is a critical setting in any true CI/CD workflow. Please let me know what's needed to help move this along, and I'll try to do the work. |
|
As the github plugin is used in jenkins pipeline it's no way to use a decider or any other things. It's even not possible to configure git-plugin for ignoring builds (as it also not works with github-webhooks). So you run into a loop if the job is pushing into the same repo. |
|
Hello! |
|
Hello, im working on proper implementation of the brand new SCMEventApi with Github as a source. Can't provide any estimates, but it should solve filtering problem. |
…ing to github
banned user can be set at plugin configuration (jenkins admin)
Can be probably enhanced by
But good enough as a first shot.
It's my first time in jenkins plateform and groovy, let me know what can be improved
This change is