jenkinsci / jenkinsci/workflow-durable-task-step-plugin
[JENKINS-39973] Pipeline job can not be abort
- 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
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.png](https://issues.jenkins.io/secure/attachment/34961/ci_cannot_abort_pipeline_job.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.