Skip to content
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

Getting ERROR: Timeout after 1 minutes #977

Open
eladguraidoc opened this issue Jun 18, 2023 · 1 comment
Open

Getting ERROR: Timeout after 1 minutes #977

eladguraidoc opened this issue Jun 18, 2023 · 1 comment
Labels
bug An issue reporting a bug or a PR fixing one.

Comments

@eladguraidoc
Copy link

eladguraidoc commented Jun 18, 2023

Jenkins and plugins versions report

Environment I have 4 parallel dockers running tests with the Docker plugin at a Jenkins pipeline, about every 5 pipelines runs I get an error in one of the tests: `ERROR: Timeout after 1 minutes` My question is how can I set the docker timeout programmatically through the plugin Docker Jenkins plug-in version: 1.4 Paste the output here `ERROR: Timeout after 1 minutes`

What Operating System are you using (both controller, and any agents involved in the problem)?

Linux Ubuntu 18

Reproduction steps

Running 4 docker in parallel

Expected Results

One of the tests gets a timeout 1 in every 5 runs

Actual Results

One of the tests gets a timeout 1 in every 5 runs

Anything else?

No response

@eladguraidoc eladguraidoc added the bug An issue reporting a bug or a PR fixing one. label Jun 18, 2023
@MarkEWaite
Copy link
Contributor

MarkEWaite commented Jun 18, 2023

@eladguraidoc the message "Timeout after 1 minutes" is not generated by the docker plugin. The docker plugin has a stopTimeout setting that can be adjusted in the docker template.

Check your Pipeline definition for a timeout setting.

You also should upgrade your operating system. Ubuntu 18.04 reached end of life 31 May 2023. The Jenkins project does not support Jenkins on operating systems that are not supported by the operating system vendor. See the recent blog post for more details. We've not taken any active measures to block the use of unsupported operating systems, but we do not test unsupported operating systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue reporting a bug or a PR fixing one.
Projects
None yet
Development

No branches or pull requests

2 participants