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
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: