Skip to content

Commit

Permalink
extra ci logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Jul 19, 2024
1 parent 2c51e5a commit e354d58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ jobs:
run: |
kubectl logs jenkins-0 -n jenkins
- name: Print Jenkins OIC configmap
if: always()
shell: bash -e -o pipefail {0}
run: |
kubectl get configmap jenkins-jenkins-config-keycloak -n jenkins -o yaml
- name: Print Jenkins OIC secret
if: always()
shell: bash -e -o pipefail {0}
run: |
kubectl get secrets sso-client-uds-package-jenkins -n jenkins -o=jsonpath='{.data.secret}' | base64 -d
- name: Upload screenshot on failure
if: failure()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e354d58

Please sign in to comment.