The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

Valgrind Plug-in

publishValgrind: Publish valgrind reports

  • pattern : String
  • failThresholdInvalidReadWrite : String
  • failThresholdDefinitelyLost : String
  • failThresholdTotal : String
  • unstableThresholdInvalidReadWrite : String
  • unstableThresholdDefinitelyLost : String
  • unstableThresholdTotal : String
  • sourceSubstitutionPaths : String
  • publishResultsForAbortedBuilds : boolean
  • publishResultsForFailedBuilds : boolean
  • failBuildOnMissingReports : boolean
  • failBuildOnInvalidReports : boolean

runValgrind: Run valgrind

  • valgrindExecutable : String
  • workingDirectory : String
  • includePattern : String
  • excludePattern : String
  • outputDirectory : String
  • outputFileEnding : String
  • programOptions : String
  • tool
      Nested Choice of Objects
    • $class: 'ValgrindToolHelgrind'
      • historyLevel : String
    • $class: 'ValgrindToolMemcheck'
      • showReachable : boolean
      • undefinedValueErrors : boolean
      • leakCheckLevel : String
      • trackOrigins : boolean
  • valgrindOptions : String
  • ignoreExitCode : boolean
  • traceChildren : boolean
  • childSilentAfterFork : boolean
  • generateSuppressions : boolean
  • suppressionFiles : String
  • removeOldReports : boolean

step([$class: 'ValgrindBuilder']): Run Valgrind

  • valgrindExecutable : String
  • workingDirectory : String
  • includePattern : String
  • excludePattern : String
  • outputDirectory : String
  • outputFileEnding : String
  • programOptions : String
  • tool
      Nested Choice of Objects
    • $class: 'ValgrindToolHelgrind'
      • historyLevel : String
    • $class: 'ValgrindToolMemcheck'
      • showReachable : boolean
      • undefinedValueErrors : boolean
      • leakCheckLevel : String
      • trackOrigins : boolean
  • valgrindOptions : String
  • ignoreExitCode : boolean
  • traceChildren : boolean
  • childSilentAfterFork : boolean
  • generateSuppressions : boolean
  • suppressionFiles : String
  • removeOldReports : boolean

step([$class: 'ValgrindPublisher']): Publish Valgrind results

  • pattern : String
  • failThresholdInvalidReadWrite : String
  • failThresholdDefinitelyLost : String
  • failThresholdTotal : String
  • unstableThresholdInvalidReadWrite : String
  • unstableThresholdDefinitelyLost : String
  • unstableThresholdTotal : String
  • sourceSubstitutionPaths : String
  • publishResultsForAbortedBuilds : boolean
  • publishResultsForFailedBuilds : boolean
  • failBuildOnMissingReports : boolean
  • failBuildOnInvalidReports : boolean

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.