-
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