-
Notifications
You must be signed in to change notification settings - Fork 386
Open
Description
Steps to Reproduce
- Configure a GitHub App credential in Jenkins
- In Advanced, set ''Specify specific repositories'' and an invalid owner
- invalid -> the org or user doesn't have the App installed
- Test Connection with blank or a valid org/user
Expected Results
The Credential check should honor the access strategy and fail
Root Cause
Test Connection is only using the provided ''GitHub organization to test against'' as owner of the check, reporting a misleading success.
Originally reported by
apuig, imported from: Test Connection in GitHupp App credentials should also use the access strategy
- status: Open
- priority: Major
- component(s): github-branch-source-plugin
- resolution: Unresolved
- votes: 0
- watchers: 1
- imported: 2025-12-02
Raw content of original issue
Steps to Reproduce
- Configure a GitHub App credential in Jenkins
- In Advanced, set ''Specify specific repositories'' and an invalid owner
- invalid -> the org or user doesn't have the App installed
- Test Connection with blank or a valid org/user
Expected Results
The Credential check should honor the access strategy and fail
Root Cause
Test Connection is only using the provided ''GitHub organization to test against'' as owner of the check, reporting a misleading success.

