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

Plastic Poll SCM ignoring jobs in the queue

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • plasticscm-plugin
    • None
    • PlasticSCM plugin 2.9
      java.version 1.8.0_91

      Description

       A job which using Plastic SCM and POLL SCM as a trigger, will be triggered twice if the queue is not empty.

      Job settings-

      POLL SCM  H/5 * * * 1-6

      Execute concurrent builds if necessary - Not check.

      The scenario-

      A change submited 11:25

      Polling log for Job 77-

       

      [feature-replay] $ cm find changeset where date between '2018-01-25T09:42:13' and '2018-01-25T11:27:00'
      
      ...
      <PARENT>17468</PARENT>

      Job waited in the queue until 12:46:50

      Polling log for Job 78- 

      [feature-replay] $ cm find changeset where date between '2018-01-25T11:12:31' and '2018-01-25T12:47:00'
      
      ...
      
      <PARENT>17468</PARENT>

      Job 78 ran with the same change as Job 77. it shouldn't been triggered

       

            mig42 Miguel González
            ellaz Ella Z
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: