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

Builds displaying "downstreamPipelineTriggerRunListener" when not configured to do so

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • pipeline-maven-plugin
    • None
    • Jenkins LTS 2.176.2
      Pipeline Maven Plugin 3.8.0
    • 1203.v75b_321f1c89f

      Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  The job will show the build is complete, but the console log output will keep spinning until this message appears.

      [withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms

      My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)

          [JENKINS-62407] Builds displaying "downstreamPipelineTriggerRunListener" when not configured to do so

          Ryan Fox created issue -
          Ryan Fox made changes -
          Description Original: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps.  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  

           
          [withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms
           

          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          New: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  

           
           [withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms
            

          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          Ryan Fox made changes -
          Description Original: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  

           
           [withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms
            

          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          New: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  

          {{ }}
          {{ [withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms}}
          {{  }}

          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          Ryan Fox made changes -
          Description Original: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  

          {{ }}
          {{ [withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms}}
          {{  }}

          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          New: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  

          {{ }}
           {{ [withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms}}

          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          Ryan Fox made changes -
          Description Original: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  

          {{ }}
           {{ [withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms}}

          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          New: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  
          {quote}{{{{ }}}}
          {{[withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms}}{quote}
          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          Ryan Fox made changes -
          Description Original: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  
          {quote}{{{{ }}}}
          {{[withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms}}{quote}
          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          New: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  
          {quote}{{[withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms}}
          {quote}
          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          Ryan Fox made changes -
          Description Original: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  
          {quote}{{[withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms}}
          {quote}
          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          New: Seeing the following message appear in some jenkins jobs.  In many cases, the jobs are not doing any "withMaven" steps (ex: npm builds).  The task is using up an executor on the master node and with >60s duration, is using up too many resources.  The job will show the build is complete, but the console log output will keep spinning until this message appears.
          {quote}{{[withMaven] downstreamPipelineTriggerRunListener - completed in 60330 ms}}
          {quote}
          My jenkins system is air-gapped and I am unable to provide logs (only re-typed snippets)
          Arnaud Héritier made changes -
          Assignee Original: Alvaro Lobato [ alobato ]

          Benoit added a comment - - edited

          Just one question : do you have both jobs doing

          withMaven(...)
          { ... }
          

          and others not doing 

          withMaven

          or only jobs not doing 

          withMaven

           ?

          Benoit added a comment - - edited Just one question : do you have both jobs doing withMaven(...) { ... } and others not doing  withMaven or only jobs not doing  withMaven  ?
          Benoit made changes -
          Assignee New: Benoit [ bguerin ]

            bguerin Benoit
            psufoxman Ryan Fox
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: