jenkinsci / jenkinsci/workflow-durable-task-step-plugin

[JENKINS-39973] Pipeline job can not be abort

Open
#505 1 comment 0 reactions 0 assignees View on GitHub
component:workflow-durable-task-step-plugin imported-jira-issue pipeline priority:major resolution:unresolved
Dominant language
Java
Stars
46
Forks
110
PR merge metrics
No merged PRs in 30d

Description

Here is the pipeline groovy code for tested.

node {

sh: returnStatus: true, script: "while: true;do sleep 10; echo sleep 10 sec;done"
}

After started the job, It can not be abort with button of red `X`, also can not be abort in the console with Click here to forcibly terminate running steps which the actual link is example.com/job///console#

---
Originally reported by jubel, imported from: Pipeline job can not be abort


  • status: Open
  • priority: Major
  • component(s): workflow-durable-task-step-plugin
  • label(s): abort, pipeline, triaged-2018-11
  • resolution: Unresolved
  • votes: 2
  • watchers: 3
  • imported: 20251212-090250

Raw content of original issue

Here is the pipeline groovy code for tested.



node {

sh: returnStatus: true, script: "while: true;do sleep 10; echo sleep 10 sec;done"
}

After started the job, It can not be abort with button of red `X`, also can not be abort in the console with Click here to forcibly terminate running steps which the actual link is example.com/job/<JOB_NAME>/<BUILD_NUMBER>/console#

  • environment: Jenkins 2.28, pipeline-job plugin 2.8, ubuntu 14.04 chrome 54.0.2840.98 firefox 50.0

2 attachments

- [ci-cannot-abort-pipeline-job-console.png](https://issues.jenkins.io/secure/attachment/34960/ci-cannot-abort-pipeline-job-console.png)
> ![ci-cannot-abort-pipeline-job-console.png](https://issues.jenkins.io/secure/attachment/34960/ci-cannot-abort-pipeline-job-console.png)
- [ci_cannot_abort_pipeline_job.png](https://issues.jenkins.io/secure/attachment/34961/ci_cannot_abort_pipeline_job.png)
> ![ci_cannot_abort_pipeline_job.png](https://issues.jenkins.io/secure/attachment/34961/ci_cannot_abort_pipeline_job.png)

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.