Skip to content

Instantly share code, notes, and snippets.

@namuan
Created September 4, 2018 09:11
Show Gist options
  • Save namuan/47d82586d78c5e2262a758621e790d15 to your computer and use it in GitHub Desktop.
Save namuan/47d82586d78c5e2262a758621e790d15 to your computer and use it in GitHub Desktop.
[Find all running threads in Jenkins] #jenkins #troubleshooting
Thread.getAllStackTraces().keySet().each() { t ->
println(t.getName())
}
println("")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment