jenkinsci / jenkinsci/workflow-basic-steps-plugin

[JENKINS-62523] workflow-basic-steps plugin doesn't work well with the OOB Pause/Resume functionality of Jenkins

Open
#509 1 comment 0 reactions 0 assignees View on GitHub
component:workflow-basic-steps-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
73
Forks
129
PR merge metrics
No merged PRs in 30d

Description

When I paused the Jenkins build during the execution of "Stage" where I added timeout option in the Jenkinsfile. It pauses the execution but the counter of timeout continues.

Means, it will internally count time which we mentioned for stage. After completion of timeout it will show the below error:

Pausing

Cancelling nested steps due to timeout

Body did not finish within grace period; terminating with extreme prejudice

Resuming

---
Originally reported by komakumb, imported from: workflow-basic-steps plugin doesn't work well with the OOB Pause/Resume functionality of Jenkins


  • assignee: kohsuke
  • status: Open
  • priority: Major
  • component(s): workflow-basic-steps-plugin
  • resolution: Unresolved
  • votes: 1
  • watchers: 3
  • imported: 20251215-220547

Raw content of original issue

When I paused the Jenkins build during the execution of "Stage" where I added timeout option in the Jenkinsfile. It pauses the execution but the counter of timeout continues.

Means, it will internally count time which we mentioned for stage. After completion of timeout it will show the below error:

Pausing

Cancelling nested steps due to timeout

Body did not finish within grace period; terminating with extreme prejudice

Resuming

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.