jenkinsci / jenkinsci/subversion-plugin
[JENKINS-14373] Support Atlassian OnDemand FishEye as a repository browser
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Unfortunately FishEye onDemand does not have the text "FishEye" in the footer, therefore the subversion plugin does not detect the URL of a FishEye onDemand instance as valid repository browser URL. Compare with line 150ff in https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/browsers/FishEyeSVN.java. Unfortunately I don't have any specific string you can look for in FishEye onDemand. Maybe you can change the error message to a warning but nevertheless allow the URL.
---
Originally reported by kwin, imported from: Support Atlassian OnDemand FishEye as a repository browser
Raw content of original issue
Unfortunately FishEye onDemand does not have the text "FishEye" in the footer, therefore the subversion plugin does not detect the URL of a FishEye onDemand instance as valid repository browser URL. Compare with line 150ff in https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/browsers/FishEyeSVN.java. Unfortunately I don't have any specific string you can look for in FishEye onDemand. Maybe you can change the error message to a warning but nevertheless allow the URL.
Contributor guide
Assessment
This issue has not been assessed yet.