Remove broken plugin.jenkins.io links
Some deprecated plugins appear to have been removed from the Jenkins plugin page, remove broken links but link to their GitHub pages for history. Change-Id: I59e41b5c783fa49d86cac87721969d79cab17f5c Signed-off-by: Thanh Ha <zxiiro@gmail.com>
This commit is contained in:
parent
ac9861d2fb
commit
09613c84f7
@ -2011,8 +2011,8 @@ def findbugs(registry, xml_parent, data):
|
||||
r"""yaml: findbugs
|
||||
FindBugs reporting for builds
|
||||
|
||||
Requires the Jenkins :jenkins-plugins:`FindBugs Plugin
|
||||
<findbugs>`.
|
||||
Requires the Jenkins FindBugs Plugin
|
||||
(https://github.com/jenkinsci/findbugs-plugin).
|
||||
|
||||
:arg str pattern: specifies the generated raw FindBugs XML report files,
|
||||
such as \*\*/findbugs.xml or \*\*/findbugsXml.xml. (default '')
|
||||
@ -2078,7 +2078,9 @@ def findbugs(registry, xml_parent, data):
|
||||
def checkstyle(registry, xml_parent, data):
|
||||
"""yaml: checkstyle
|
||||
Publish trend reports with Checkstyle.
|
||||
Requires the Jenkins :jenkins-plugins:`Checkstyle Plugin <checkstyle>`.
|
||||
|
||||
Requires the Jenkins Checkstyle Plugin
|
||||
(https://github.com/jenkinsci/checkstyle-plugin).
|
||||
|
||||
The checkstyle component accepts a dictionary with the
|
||||
following values:
|
||||
@ -3289,8 +3291,8 @@ def cigame(registry, xml_parent, data):
|
||||
"""yaml: cigame
|
||||
This plugin introduces a game where users get points
|
||||
for improving the builds.
|
||||
Requires the Jenkins :jenkins-plugins:`The Continuous Integration Game
|
||||
plugin <ci-game>`.
|
||||
Requires the Jenkins Continuous Integration Game
|
||||
plugin (https://github.com/jenkinsci/ci-game-plugin).
|
||||
|
||||
Example:
|
||||
|
||||
@ -4753,8 +4755,10 @@ def robot(registry, xml_parent, data):
|
||||
def warnings(registry, xml_parent, data):
|
||||
"""yaml: warnings
|
||||
Generate trend report for compiler warnings in the console log or
|
||||
in log files. Requires the Jenkins :jenkins-plugins:`Warnings Plugin
|
||||
<warnings>`.
|
||||
in log files.
|
||||
|
||||
Requires the Jenkins Warnings Plugin
|
||||
(https://github.com/jenkinsci/warnings-plugin).
|
||||
|
||||
:arg list console-log-parsers: The parser to use to scan the console
|
||||
log (default '')
|
||||
@ -6200,7 +6204,8 @@ def valgrind(registry, xml_parent, data):
|
||||
def pmd(registry, xml_parent, data):
|
||||
"""yaml: pmd
|
||||
Publish trend reports with PMD.
|
||||
Requires the Jenkins :jenkins-plugins:`PMD Plugin <pmd>`.
|
||||
|
||||
Requires the Jenkins PMD Plugin (https://github.com/jenkinsci/pmd-plugin).
|
||||
|
||||
The PMD component accepts a dictionary with the following values:
|
||||
|
||||
@ -6312,7 +6317,8 @@ def scan_build(registry, xml_parent, data):
|
||||
def dry(registry, xml_parent, data):
|
||||
"""yaml: dry
|
||||
Publish trend reports with DRY.
|
||||
Requires the Jenkins :jenkins-plugins:`DRY Plugin <dry>`.
|
||||
|
||||
Requires the Jenkins DRY Plugin (https://github.com/jenkinsci/dry-plugin).
|
||||
|
||||
The DRY component accepts a dictionary with the following values:
|
||||
|
||||
@ -8030,7 +8036,8 @@ def tasks(registry, xml_parent, data):
|
||||
|
||||
Scans the workspace files for open tasks and generates a trend report.
|
||||
|
||||
Requires the Jenkins :jenkins-plugins:`Task Scanner Plugin <tasks>`.
|
||||
Requires the Jenkins Task Scanner Plugin
|
||||
(https://github.com/jenkinsci/tasks-plugin).
|
||||
|
||||
:arg list files-to-scan: Fileset includes setting that specifies the
|
||||
workspace files to scan for tasks, such as ``**/*.java``. Basedir of
|
||||
|
@ -76,7 +76,8 @@ def findbugs(registry, xml_parent, data):
|
||||
"""yaml: findbugs
|
||||
FindBugs reporting for builds
|
||||
|
||||
Requires the Jenkins :jenkins-plugins:`FindBugs Plugin <findbugs>`.
|
||||
Requires the Jenkins FindBugs Plugin
|
||||
(https://github.com/jenkinsci/findbugs-plugin).
|
||||
|
||||
:arg bool rank-priority: Use rank as priority (default false)
|
||||
:arg str include-files: Comma separated list of files to include.
|
||||
|
@ -1153,8 +1153,8 @@ def tfs(registry, xml_parent, data):
|
||||
r"""yaml: tfs
|
||||
Specifies the Team Foundation Server repository for this job.
|
||||
|
||||
Requires the Jenkins :jenkins-plugins:`Team Foundation Server Plugin
|
||||
<tfs>`.
|
||||
Requires the Jenkins Team Foundation Server Plugin
|
||||
(https://github.com/jenkinsci/tfs-plugin).
|
||||
|
||||
**NOTE**: TFS Password must be entered manually on the project if a
|
||||
user name is specified. The password will be overwritten with an empty
|
||||
|
Loading…
Reference in New Issue
Block a user