jenkinsci / jenkinsci/docker-workflow-plugin

[JENKINS-66595] Allow configuration of stop timeout

Open
#674 0 comments 0 reactions 0 assignees View on GitHub
component:docker-workflow-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
527
Forks
422
Avg merge
10m
Merged PRs (30d)
1

Description

Currently the stop timeout is hardcoded as 1 second at https://github.com/jenkinsci/docker-workflow-plugin/blob/b174d46226ef1095903f2e789355a3b216b46dda/src/main/java/org/jenkinsci/plugins/docker/workflow/client/DockerClient.java#L182

 

It would be useful to be able to configure this (ideally per-job) to allow jobs time to gracefully clean up. This is especially important when jobs are creating resources in remote systems.

---
Originally reported by nvx, imported from: Allow configuration of stop timeout


  • status: Open
  • priority: Minor
  • component(s): docker-workflow-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 2025-12-07

Raw content of original issue

Currently the stop timeout is hardcoded as 1 second at https://github.com/jenkinsci/docker-workflow-plugin/blob/b174d46226ef1095903f2e789355a3b216b46dda/src/main/java/org/jenkinsci/plugins/docker/workflow/client/DockerClient.java#L182

 

It would be useful to be able to configure this (ideally per-job) to allow jobs time to gracefully clean up. This is especially important when jobs are creating resources in remote systems.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.