-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
job-dsl 1.38
jenkins 1.609.3
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
- duplicates
-
JENKINS-30271 Jenkins job hangs and cannot be killed after aborting DSL job
-
- Closed
-
[JENKINS-30621] Job falls to lock on job-dsl view generation
Description |
Original:
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} |
New:
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 |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 165735 ] | New: JNJira + In-Review [ 209267 ] |