Skip to content

Commit

Permalink
Jun 5, 2024, 1:48 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
serverhorror committed Jun 5, 2024
1 parent af95cb2 commit c744333
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notes/misc.scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: gq7v8x7dv5zcm5vnunp20ot
title: Scratch
desc: ''
updated: 1717486564615
updated: 1717588029527
created: 1714815914844
---

Expand Down Expand Up @@ -40,7 +40,6 @@ winget install -e `

## Jenkins Snippets


```groovy
// This was the only script that allowed me to see the zombie job
jenkins.model.Jenkins.instance.computers.collect { c -> c.executors }.collectMany { it.findAll { it.isBusy () } }.each { it -> println(it.getName()); }
Expand Down

0 comments on commit c744333

Please sign in to comment.