Guest User

Untitled

a guest
Sep 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for (desc in jenkins.model.GlobalConfiguration.all()) {
  2. if ("org.jenkinsci.main.modules.sshd.SSHD" == desc.getId()) {
  3. println(desc.toArray())
  4. }
  5. }
Add Comment
Please, Sign In to add comment