Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Duplicate
-
None
Description
All the symptoms are the same as in https://issues.jenkins-ci.org/browse/JENKINS-40652.
I have a repository without a `Jenkinsfile`, there is an user with write access to it that creates a PR from a branch in the same repo and jenkins doesn't pick it up, saying:
Getting remote pull request #6379... Checking pull request #6379 (not from a trusted source) Job name: PR-6379 ‘Jenkinsfile’ not found Does not meet criteria 1 pull requests were processed
If the user created the PR from a branch in his fork, then it works perfectly.
Attachments
Issue Links
- duplicates
-
JENKINS-36240 Default repository permission are not considered
-
- Closed
-
OK, I'm doing a test the the "Everyone" strategy, since it seems the more appropriate for an organization that only contains private repos. But just FYI, querying the github API using https://developer.github.com/v3/repos/collaborators/, the user that was considered as untrusted by jenkins was indeed a collaborator.