• 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

          [JENKINS-30621] Job falls to lock on job-dsl view generation

          Kirill Merkushev created issue -
          Kirill Merkushev made changes -
          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
          Daniel Spilker made changes -
          Link New: This issue duplicates JENKINS-30271 [ JENKINS-30271 ]
          Daniel Spilker made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Daniel Spilker made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 165735 ] New: JNJira + In-Review [ 209267 ]

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

              Created:
              Updated:
              Resolved: