Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed Dec 20, 2024
1 parent 3b1c97c commit acc14ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ pipeline {
set -o nounset # exit when using undeclared variables
set -o pipefail # catch non-zero exit code in pipes
# set -o xtrace # uncomment for bug hunting
echo ${SSH_CREDS_USR}
echo whoami
echo env
ping 10.3.0.21
cd ci
ansible-playbook -i test --private-key ${SSH_CREDS} -u ${SSH_CREDS_USR} deploy.yaml
Expand Down

0 comments on commit acc14ec

Please sign in to comment.