jenkins cheatsheet
This commit is contained in:
parent
568a083308
commit
fa106e698d
9
cheat/jenkins.md
Normal file
9
cheat/jenkins.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
### Reveal passwords
|
||||||
|
|
||||||
|
Execute in https://*INSTANCE*/script to reveal passwords from a password hash (obtained via Inspect Element on a Credential)
|
||||||
|
|
||||||
|
`hudson.util.Secret.decrypt('secret_hash')`
|
||||||
|
|
||||||
|
### Jenkins current jobs
|
||||||
|
|
||||||
|
https://*INSTANCE*/computer/api/json?tree=computer[executors[currentExecutable[*]]]
|
Loading…
Reference in New Issue
Block a user