fix debug regex
This commit is contained in:
parent
5e7877d63f
commit
b729386f1a
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
shell: bash
|
||||
continue-on-error: true
|
||||
run: |
|
||||
randomns=$(kubectl get ns| grep -i 'ns-[0-9]\+' |cut -d ' ' -f 1)
|
||||
randomns=$(kubectl get ns| grep -i 'ns[0-9]\+' |cut -d ' ' -f 1)
|
||||
kubectl get pods -n ${randomns}
|
||||
kubectl get events -n ${randomns}
|
||||
kubectl logs -l app=jenkins-operator -n ${randomns}
|
||||
|
|
|
|||
Loading…
Reference in New Issue