Added list of files in the pod /tmp/allure-results

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2024-06-21 13:18:26 +05:30
parent dbe1fd788c
commit 48fb5c3866

View File

@@ -130,6 +130,8 @@ runs:
done
echo "tests completed"
echo "downloading allure results..."
echo "list files in the pod /tmp/allure-results directory"
kubectl exec $podname -- ls -la /tmp/allure-results
kubectl cp --v=10 --retries=3 $podname:/tmp/allure-results allure-results
echo "waiting for pod to exit"
kubectl logs -f $podname >/dev/null 2>&1