Skip to content

Commit

Permalink
Add debug sleep to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Apr 15, 2020
1 parent 92721f6 commit ff7023a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ node {
try {
sh "make k3d/clean K3S_VERSION=${kubernetes_version['k3s']} KUBECTL_VERSION=${kubernetes_version['kubectl']}"
sh "make k3d K3S_VERSION=${kubernetes_version['k3s']} KUBECTL_VERSION=${kubernetes_version['kubectl']}"
sh "sleep 300"
sh "make -O${SYNC_MAKE_OUTPUT} k8s-tests"
} catch (e) {
echo "Something went wrong, trying to cleanup"
Expand Down

0 comments on commit ff7023a

Please sign in to comment.