Skip to content

npotluri-rh/dumpling-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dumpling Plugin for Jenkins

Dumpling plugin for Jenkins brings Dumpling DSL capabilities into Jenkins.

It can be used as an API plugin used by other plugin interested in Jenkins thread monitoring or most importantly, from groovy scripts.

Plugin exposes Dumpling class to facilitate access from scripts. Install plugin and use dumpling as easily as:

Dumpling.runtime.threads.grep { it.name.startsWith('Executor') }

More useful scripts on wiki.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%