-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tunnel termination hanging when using Jenkins with ECS slaves #41
Comments
Also experiencing this. We run jenkins in a container with two slave containers. We recently built a local jenkins running on an osx machine with one slave container from the same dockerfile to try and reproduce the problem. We can't and we cannot see what is different. Manually killing the process works and the builds complete. |
We are having same issue.
Tests runs fine 1st time,
I found it caused by hanging processes:
If I kill them - tests will run again |
See process output below:
Elastic Container Service](https://aws.amazon.com/ecs/) runs Docker containers leading me to think could be related to #25.
By default Jenkins uses
set -xe
per the docs . Is this enough to satisfy the intent of the workaround in #25?Please let me know what further info I can provide to assist in debugging.
The text was updated successfully, but these errors were encountered: