Skip to content

Instantly share code, notes, and snippets.

View odnanref's full-sized avatar
💭
I may be slow to respond.

Fernando Andre odnanref

💭
I may be slow to respond.
  • Porto, Portugal
  • 11:18 (UTC +01:00)
View GitHub Profile
@Lawliet-L
Lawliet-L / dump_jenkins_creds.groovy
Last active November 21, 2023 15:42
Dump jenkins credentials using Script Console
import com.cloudbees.plugins.credentials.*
import com.cloudbees.plugins.credentials.common.*
import com.cloudbees.plugins.credentials.domains.*
import com.cloudbees.plugins.credentials.impl.*
import com.cloudbees.jenkins.plugins.sshcredentials.impl.*
import org.jenkinsci.plugins.plaincredentials.impl.*
import java.nio.charset.StandardCharsets
// def item = Jenkins.instance.getItem("your-folder")