Skip to content

Instantly share code, notes, and snippets.

@habibiefaried
Created October 31, 2023 12:55
Show Gist options
  • Save habibiefaried/72503cdbf11b11940e710419837c2895 to your computer and use it in GitHub Desktop.
Save habibiefaried/72503cdbf11b11940e710419837c2895 to your computer and use it in GitHub Desktop.
Stop all jobs
Thread.getAllStackTraces().keySet().each() {
if (it.name.contains('Stress')) {
println "Stopping $it.name"
it.stop()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment