Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
job-dsl 1.38
jenkins 1.609.3
Description
Thread dump
https://gist.github.com/lanwen/a02b0dcf460d4202abd3
example of file with views
deliveryPipelineView('PIPELINE One') { pipelineInstances(5) updateInterval(10) pipelines { component('One', 'build-flow_one') } } deliveryPipelineView('PIPELINE SEARCH') { pipelineInstances(5) updateInterval(10) pipelines { component('Package', 'build-package') component('Flow', 'flow_full') component('Toolbar', 'flow_full-toolbar') } }
it can't be stopped, only jenkins reboot helps to stop executing
Attachments
Issue Links
- duplicates
-
JENKINS-30271 Jenkins job hangs and cannot be killed after aborting DSL job
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Thread dump https://gist.github.com/lanwen/a02b0dcf460d4202abd3 example of file with views {code:java} deliveryPipelineView('PIPELINE One') { pipelineInstances(5) updateInterval(10) pipelines { component('One', 'build-flow_one') } } deliveryPipelineView('PIPELINE SEARCH') { pipelineInstances(5) updateInterval(10) pipelines { component('Package', 'build-package') component('Flow', 'flow_full') component('Toolbar', 'flow_full-toolbar') } } {code} |
Thread dump https://gist.github.com/lanwen/a02b0dcf460d4202abd3 example of file with views {code:java} deliveryPipelineView('PIPELINE One') { pipelineInstances(5) updateInterval(10) pipelines { component('One', 'build-flow_one') } } deliveryPipelineView('PIPELINE SEARCH') { pipelineInstances(5) updateInterval(10) pipelines { component('Package', 'build-package') component('Flow', 'flow_full') component('Toolbar', 'flow_full-toolbar') } } {code} it can't be stopped, only jenkins reboot helps to stop executing |
Link |
This issue duplicates |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 165735 ] | JNJira + In-Review [ 209267 ] |