Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
GitHub PRs for public repos were disabled in the 1.3 release due to concerns about untrusted Jenkinsfiles. While that's understandable, the result is that, well, this doesn't build PRs any more unless you're using a private repo, and that's unfortunate to say the least. This is especially inconvenient for a GitHub Enterprise use case, since "public repos" doesn't mean the same thing there.
Attachments
Issue Links
- depends on
-
JENKINS-34596 Set visible flag when Jenkinsfile is taken from a trusted revision rather than PR head
-
- Resolved
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
CHANGES.md
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java
pom.xml
http://jenkins-ci.org/commit/workflow-plugin/76bdc6f044f2eaf60f0f313cb09c7e006802e9a5
Log:
Merge pull request #244 from jglick/getTrustedRevision
JENKINS-33256Calling SCMSource.getTrustedRevisionCompare: https://github.com/jenkinsci/workflow-plugin/compare/f19e83d255e2...76bdc6f044f2