-
Notifications
You must be signed in to change notification settings - Fork 38
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
Couldn't authenticate with GitHub App for Checks without owner defined (single org) #364
Comments
How did you configure the organisation folder? Did you use the GitHub SCM auth or maybe Git auth? I suspect git auth. It's definitely not required to set that field. |
And yeah, that last scenario is not a |
Took awhile for me to get a chance to test this.
On 2. is your app definitely and has the required permissions? This: and adding the checks permission as well. |
Possibly: #340 (comment) |
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
based on docker.io/jenkins/jenkins:2.414.2-lts-jdk17
Reproduction steps
This is a very fresh setup
Expected Results
Was expecting this output:
Actual Results
Got this output
Anything else?
Did a bit of digging around and the only instance i found of similar to this error was JENKINS-65007, which is a dupe of JENKINS-65006.
Seems that when supporting multiple organizations became a thing for a GitHub app that the owner field may now be required?
I do not have my GitHub App installed in more than 1 organization, but I resolved the issue (see the expected results) by setting the
owner
on the credential.The text was updated successfully, but these errors were encountered: