Skip to content

Instantly share code, notes, and snippets.

@Wolfizen
Wolfizen / how-to-view-all-jenkins-secrets.md
Last active October 28, 2025 19:39 — forked from thomaschaplin/how-to-view-all-jenkins-secrets.md
How to view all Jenkins Secrets/Credentials

How to view all Jenkins Secrets/Credentials

I recently worked on a Project that required migrating Jenkins credentials to another credentials store, going to each credential and viewing and subsequently decrypting the credential turned into a real chore and I needed a way to do this all in one go.

Luckily we can access credentialsStore using Jenkins script console, so:

In Jenkins, go to: /script page. Run the following command:

@Wolfizen
Wolfizen / aws-profile-for-any-shell.sh
Last active April 4, 2025 17:14 — forked from benkehoe/aws-profile-for-bashrc.sh
AWS_PROFILE env var management
# MIT No Attribution
#
# Copyright 2022 Ben Kehoe
# 2025 Winona Schroeer-Smith
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this
# software and associated documentation files (the "Software"), to deal in the Software
# without restriction, including without limitation the rights to use, copy, modify,
# merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so.