updated jenkins_password.sh

pull/2/head
Hari Sekhon 4 years ago
parent 40160a58af
commit f3274ef5b0

@ -13,6 +13,12 @@
# https://www.linkedin.com/in/harisekhon
#
# Gets the Jenkins password out of the Docker Compose jenkins-server
# Might need the compose project name matching the instantiation, eg.
#
# export COMPOSE_PROJECT_NAME="bash-tools"
set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

Loading…
Cancel
Save