Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-55379

add support for warnings-ng-plugin to DSL Plugin

XMLWordPrintable

      'warnings-ng-plugin' (https://github.com/jenkinsci/warnings-ng-plugin/blob/master/doc/Documentation.md) has no support for dsl-plugin. Could you please add support to write those steps as a code in a Jenkins Job DSL pluging?

       

      I would like to convert this code with warning-ng-plugin support:

       

      // Post-build actions
        publishers {
          checkstyle('myproject/build/reports/checkstyle/*.xml')
          findbugs('myproject/build/reports/findbugs/*.xml')
          pmd('myproject/build/reports/pmd/*.xml')
          tasks('**/*.java', '', 'FIXME', 'TODO', 'LOW', false)
          archiveJunit('myproject/build/test-results/test/TEST-*.xml'){
            healthScaleFactor(0)
          }
        }
      

       

            daspilker Daniel Spilker
            joudaon Jon Udaondo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: