Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-30621

Job falls to lock on job-dsl view generation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • job-dsl-plugin
    • 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

            daspilker Daniel Spilker
            lanwen Kirill Merkushev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: