Block scoped usage

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Allow warnings to scan just the console output from steps inside a block in pipelines and preferably give it a name and have multiple warnings reports one per name ie

       

      warnings consoleParsers:[[parserName: 'GNU C Compiler 4 (gcc)']], unstableTotalAll: '0', name: 'GCC' {
        sh 'make'
      }
      warnings consoleParsers:[[parserName: 'Doxygen']], unstableTotalAll: '0', name: 'Doxygen' {
        sh 'make doc'
      }
      

      Currently things like being able to click on a warning to view the source dosn't work in pipelines if your doing parallel steps over multiple hosts (as the workspace paths differ)

            Assignee:
            Ulli Hafner
            Reporter:
            David van Laatum
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: