You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the build fails starting the Docker containers it needs to run the tests but you do not have the real error in the Jenkins logs, you need the Docker container logs. To grab those logs after starting the containers or in case of error, it is something we make on ITs and APM Server. So it is time to implement something common to all jobs that cover these two use cases.
Given a docker/docker-compose provisioned Docker containers
When all the Docker containers are started
Then show the last log lines of each container
And show the status of the Docker containers
Given a docker/docker-compose provisioned Docker containers
When tests failed
Then show the last log lines of each container
And show the status of the Docker containers
The text was updated successfully, but these errors were encountered:
Sometimes the build fails starting the Docker containers it needs to run the tests but you do not have the real error in the Jenkins logs, you need the Docker container logs. To grab those logs after starting the containers or in case of error, it is something we make on ITs and APM Server. So it is time to implement something common to all jobs that cover these two use cases.
The text was updated successfully, but these errors were encountered: