From 5e0b9f238235106bc1cf9119186752893a7aaf17 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Mon, 20 Dec 2021 18:59:02 +0100 Subject: [PATCH] [doc] Update info about Jenkins Hudson is no more... --- docs/pages/pmd/userdocs/tools/ci.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/pages/pmd/userdocs/tools/ci.md b/docs/pages/pmd/userdocs/tools/ci.md index f51a6f58f3..f12b366935 100644 --- a/docs/pages/pmd/userdocs/tools/ci.md +++ b/docs/pages/pmd/userdocs/tools/ci.md @@ -10,12 +10,14 @@ author: Romain PELISSE PMD can be integrate through some of the Continuous Integration tools that exist now. Here is a list of known (to us) plugin to do so. -## Hudson Plugin +## Jenkins Plugin -Hafner Ullrich has developed a [PMD plugin][hudsonplugin] for Hudson. -Please check the plugin homepage for more info. +[Ullrich Hafner](https://github.com/uhafner) developed the +[Warnings Next Generation](https://plugins.jenkins.io/warnings-ng/) plugin for Jenkins. It supports +PMD among many other linting tools. -[hudsonplugin]: http://hudson.gotdns.com/wiki/display/HUDSON/PMD+Plugin +* Homepage: https://plugins.jenkins.io/warnings-ng/ +* Source: https://github.com/jenkinsci/warnings-ng-plugin and https://github.com/jenkinsci/analysis-model ## Continuum