-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: prereq-buildstep
-
Labels:None
-
Environment:jenkins wiki
-
Similar Issues:
the jenkins-plugin-info macro used to display the plug-in information defaults to java.net subversion structure when it does not find expected Github information. This results in wrong link for certain plug-ins
I suggest the logic is changed so if the macro dos not understand the scm information it just displays the 3 scm urls from the pom file or nothing at all
See URL for example
The macro documentation is poor. When I look for it in the Confluence Macro Browser it doesn't indicate any of the additional attributes that are valid for it as described at https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins.
Anyway, this problem affects the https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin as well. The code is hosted at Google Code, and evidently that's not supported by the macro, so even though we use Mercurial, it shows "Subversion" as the SCM.
Perhaps the macro can have another attribute to indicate the SCM, and one to provide a path?