Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jenkinsci
/
github-plugin
Public
Notifications
You must be signed in to change notification settings
Fork
403
Star
299
Code
Issues
143
Pull requests
24
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Problem: [JENKINS-60901] GitHub manages hooks even when it has not…
- #226
#226
Open
jimklimov
wants to merge 7 commits into
jenkinsci:master
jenkinsci/github-plugin:master
from
jimklimov:JENKINS-60901
jimklimov/github-plugin:JENKINS-60901
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Open
Problem: [JENKINS-60901] GitHub manages hooks even when it has not…
#226
jimklimov
wants to merge 7 commits into
jenkinsci:master
jenkinsci/github-plugin:master
from
jimklimov:JENKINS-60901
jimklimov/github-plugin:JENKINS-60901
Copy head branch name to clipboard
Commits
Commits on Feb 28, 2020
Problem: [JENKINS-60901] GitHub manages hooks even when it has not been configured to do it (and complains a lot in the log)
Show description for a67d291
jimklimov
committed
a67d291
View commit details
Copy full SHA for a67d291
Browse repository at this point
WebhookManager.java : register a "problem" that we cannot manage hooks because told not to
jimklimov
committed
9abe8c1
View commit details
Copy full SHA for 9abe8c1
Browse repository at this point
GitHubHookRegisterProblemMonitorTest.java : revert to not setting manage hooks for OnRegister/OnUnregister tests
jimklimov
committed
bbd1fca
View commit details
Copy full SHA for bbd1fca
Browse repository at this point
WebhookManager.java : call withAdminAccess() always to satisfy unit tests, even if there are no repos enabled for management
jimklimov
committed
5a1f43c
View commit details
Copy full SHA for 5a1f43c
Browse repository at this point
WebhookManager.java : make use of repo==null (for debug log) even when manage hooks is disabled
jimklimov
committed
bd475e9
View commit details
Copy full SHA for bd475e9
Browse repository at this point
Commits on Mar 4, 2020
WebhookManager.java : cache name.resolve() results into manageableIterable var (efficiency)
jimklimov
committed
d67caad
View commit details
Copy full SHA for d67caad
Browse repository at this point
Commits on May 13, 2020
Merge remote-tracking branch 'upstream/master' into JENKINS-60901
jimklimov
committed
e71870d
View commit details
Copy full SHA for e71870d
Browse repository at this point
You can’t perform that action at this time.