-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
The environment is a fresh Jenkins 1.642.4. and GitHub Organization Folder Plugin 1.3
When you install GitHub Organization Folder Plugin 1.3 those plugins are also upgraded:
Folders Plugin
GitHub API Plugin
SCM API Plugin
GitHub Branch Source Plugin
JavaScript GUI Lib: jQuery bundles (jQuery and jQuery UI) plugin
Structs Plugin
Pipeline: Step API
Pipeline: SCM Step
Pipeline: API
Pipeline: Supporting APIs
Pipeline: Groovy
Pipeline: Job
Pipeline: Multibranch
GitHub Organization Folder Plugin
You have to install Branch API Plugin 1.6 because 1.7 doesn't have the Branches / Pull Request viewsThe environment is a fresh Jenkins 1.642.4. and GitHub Organization Folder Plugin 1.3 When you install GitHub Organization Folder Plugin 1.3 those plugins are also upgraded: Folders Plugin GitHub API Plugin SCM API Plugin GitHub Branch Source Plugin JavaScript GUI Lib: jQuery bundles (jQuery and jQuery UI) plugin Structs Plugin Pipeline: Step API Pipeline: SCM Step Pipeline: API Pipeline: Supporting APIs Pipeline: Groovy Pipeline: Job Pipeline: Multibranch GitHub Organization Folder Plugin You have to install Branch API Plugin 1.6 because 1.7 doesn't have the Branches / Pull Request views
Create a new Github Organization Folder job, let it discover organizations, repositories and branches / pull requests.
When the branches and PRs are built, go to PR view and all the links to PR jobs are broken:
http://127.0.0.1:8080/job/org-folder/job/private-repo/view/Pull%20Requests/branch/PR-11/
But the job should be visited by:
http://127.0.0.1:8080/job/org-folder/job/private-repo/branch/PR-11/
Also, if you upgrade from Branch Api 1.6 to 1.7, the PR jobs are missed because the Pull Request view doesn't work. This issue is fixed with current Branch API master code.
- duplicates
-
JENKINS-32178 Links to branch jobs on custom views in multibranch projects are broken
- Resolved