Created
September 4, 2018 09:11
-
-
Save namuan/47d82586d78c5e2262a758621e790d15 to your computer and use it in GitHub Desktop.
[Find all running threads in Jenkins] #jenkins #troubleshooting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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