Commit Graph

4 Commits

Author SHA1 Message Date
Dong Ma 5341f48085
Update checkstyle plugin
- update doc options to have default value
- update doc to 4 space indent syntax
- add plugin="checkstyle" attribute

Change-Id: Ic2676a978889deb145af975a38293e7b77e6625b
2016-10-17 11:46:11 -04:00
Dawid Malinowski b4ba8e21cd Add support for OWASP Dependency-Check Plugin
Supports publisher for Dependency-Check utility that identifies project
dependencies and checks if there are any known, publicly disclosed,
vulnerabilities.
https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin

Change-Id: I3dc1ab923c392aac00189c3f852a1138c1f0ab36
2016-04-23 16:21:17 +01:00
Antoine Musso 30598272f6 Checkstyle publisher did not honor 0 values
The Checkstyle publisher would not honor value of 0 and instead emit
an empty XML element.  This was due to the 'if someval' which would be
false whenever someval is 0.  Adjusted tests to match the new (and
correct) behavior.

While at it slightly simplified the repeating logic in checkstyle
publisher.

Change-Id: I7443b93aa116dc049de565ff96ca40526b390409
2014-05-02 19:26:55 +00:00
Antoine Musso fc776f009a Tests for checkstyle publisher
Should be straightforward, the publisher checkstyle simply lacked tests.
Also make use of literal include for the examples.

Change-Id: I000cdee47bb0938af9f327bcaba06b87f8287739
2014-04-07 10:29:52 +02:00