bookmarks/cheat/jenkins.md

10 lines
303 B
Markdown
Raw Normal View History

2019-08-09 02:56:44 +00:00
### 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[*]]]