Skip to content

Commit

Permalink
added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Apr 8, 2024
1 parent b6d8bc5 commit 173c157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _test/kind/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,12 @@ then
-f ${TPL_TEMP}/jenkins-casc-config-scripts.yaml \
jenkinsci/jenkins

echo "### Checking logs and waiting for deployment... ###"
sleep 20

kubectl get statefulsets -n jenkins
kubectl describe statefulsets/jenkins -n jenkins
kubectl logs statefulsets/jenkins
kubectl rollout status statefulsets/jenkins --watch=true --timeout=5m -n jenkins

# Make sure Jenkins is available
Expand Down

0 comments on commit 173c157

Please sign in to comment.