-
Improvement
-
Resolution: Fixed
-
Minor
When pull requests are done from private repos in a github organization, for example: A develop will fork a repo, commit some changes then submit a pull request from the forked repo. In that case the files will be taken from organization instead of developer, so the tests actually run on the wrong code, they pass and the pull request in github gets marked as passing even though it was never actually tested.
A way to know if the revision of the Jenkinsfile is not the same than the branch tip (a.k.a the Jenkinsfile comes from an untrusted brach) should be great.
- is blocking
-
JENKINS-33256 Re-enable GitHub PR support for public repos
- Resolved
- is related to
-
JENKINS-33273 Optimize Jenkinsfile loading and branch detection
- Resolved
-
JENKINS-32400 Import shared Groovy code
- Resolved
- links to