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
|
r"""yaml: findbugs
|
||||||
FindBugs reporting for builds
|
FindBugs reporting for builds
|
||||||
|
|
||||||
Requires the Jenkins :jenkins-plugins:`FindBugs Plugin
|
Requires the Jenkins FindBugs Plugin
|
||||||
<findbugs>`.
|
(https://github.com/jenkinsci/findbugs-plugin).
|
||||||
|
|
||||||
:arg str pattern: specifies the generated raw FindBugs XML report files,
|
:arg str pattern: specifies the generated raw FindBugs XML report files,
|
||||||
such as \*\*/findbugs.xml or \*\*/findbugsXml.xml. (default '')
|
such as \*\*/findbugs.xml or \*\*/findbugsXml.xml. (default '')
|
||||||
@ -2078,7 +2078,9 @@ def findbugs(registry, xml_parent, data):
|
|||||||
def checkstyle(registry, xml_parent, data):
|
def checkstyle(registry, xml_parent, data):
|
||||||
"""yaml: checkstyle
|
"""yaml: checkstyle
|
||||||
Publish trend reports with 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
|
The checkstyle component accepts a dictionary with the
|
||||||
following values:
|
following values:
|
||||||
@ -3289,8 +3291,8 @@ def cigame(registry, xml_parent, data):
|
|||||||
"""yaml: cigame
|
"""yaml: cigame
|
||||||
This plugin introduces a game where users get points
|
This plugin introduces a game where users get points
|
||||||
for improving the builds.
|
for improving the builds.
|
||||||
Requires the Jenkins :jenkins-plugins:`The Continuous Integration Game
|
Requires the Jenkins Continuous Integration Game
|
||||||
plugin <ci-game>`.
|
plugin (https://github.com/jenkinsci/ci-game-plugin).
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
@ -4753,8 +4755,10 @@ def robot(registry, xml_parent, data):
|
|||||||
def warnings(registry, xml_parent, data):
|
def warnings(registry, xml_parent, data):
|
||||||
"""yaml: warnings
|
"""yaml: warnings
|
||||||
Generate trend report for compiler warnings in the console log or
|
Generate trend report for compiler warnings in the console log or
|
||||||
in log files. Requires the Jenkins :jenkins-plugins:`Warnings Plugin
|
in log files.
|
||||||
<warnings>`.
|
|
||||||
|
Requires the Jenkins Warnings Plugin
|
||||||
|
(https://github.com/jenkinsci/warnings-plugin).
|
||||||
|
|
||||||
:arg list console-log-parsers: The parser to use to scan the console
|
:arg list console-log-parsers: The parser to use to scan the console
|
||||||
log (default '')
|
log (default '')
|
||||||
@ -6200,7 +6204,8 @@ def valgrind(registry, xml_parent, data):
|
|||||||
def pmd(registry, xml_parent, data):
|
def pmd(registry, xml_parent, data):
|
||||||
"""yaml: pmd
|
"""yaml: pmd
|
||||||
Publish trend reports with 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:
|
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):
|
def dry(registry, xml_parent, data):
|
||||||
"""yaml: dry
|
"""yaml: dry
|
||||||
Publish trend reports with 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:
|
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.
|
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
|
:arg list files-to-scan: Fileset includes setting that specifies the
|
||||||
workspace files to scan for tasks, such as ``**/*.java``. Basedir of
|
workspace files to scan for tasks, such as ``**/*.java``. Basedir of
|
||||||
|
@ -76,7 +76,8 @@ def findbugs(registry, xml_parent, data):
|
|||||||
"""yaml: findbugs
|
"""yaml: findbugs
|
||||||
FindBugs reporting for builds
|
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 bool rank-priority: Use rank as priority (default false)
|
||||||
:arg str include-files: Comma separated list of files to include.
|
:arg str include-files: Comma separated list of files to include.
|
||||||
|
@ -1153,8 +1153,8 @@ def tfs(registry, xml_parent, data):
|
|||||||
r"""yaml: tfs
|
r"""yaml: tfs
|
||||||
Specifies the Team Foundation Server repository for this job.
|
Specifies the Team Foundation Server repository for this job.
|
||||||
|
|
||||||
Requires the Jenkins :jenkins-plugins:`Team Foundation Server Plugin
|
Requires the Jenkins Team Foundation Server Plugin
|
||||||
<tfs>`.
|
(https://github.com/jenkinsci/tfs-plugin).
|
||||||
|
|
||||||
**NOTE**: TFS Password must be entered manually on the project if a
|
**NOTE**: TFS Password must be entered manually on the project if a
|
||||||
user name is specified. The password will be overwritten with an empty
|
user name is specified. The password will be overwritten with an empty
|
||||||
|
Loading…
Reference in New Issue
Block a user