• Parameterized Scheduler 1.0

      Hi, when i try to build the job two different parameterized builds at the same time, it always executes only first one. Example:

       

      0 */3 * * * % BLOCKITEM=customer
      0 */3 * * * % BLOCKITEM=document

      It will always run only build with parameter value customer. it works if I set schedule with 'H' instead of exact minutes number. But I need to run both build at the exact time.

          [JENKINS-47855] Multiple parameterized builds at the same time

          Eugeniu Z added a comment - - edited

          The bug can be reproduced if the schedules are partially overlapping, e.g.

          * * * * * % param=one
          */2 * * * * % param=two
          

          The job with param 'two' will not be executed.

          Eugeniu Z added a comment - - edited The bug can be reproduced if the schedules are partially overlapping, e.g. * * * * * % param=one */2 * * * * % param=two The job with param 'two' will not be executed.

          Hariprasath Govindarajulu added a comment - - edited

          Any update on this issue? I see similar issues reported and are OPEN:

           
          JENKINS-49921
          JENKINS-54235

          Hariprasath Govindarajulu added a comment - - edited Any update on this issue? I see similar issues reported and are OPEN:   JENKINS-49921 JENKINS-54235

          Should be fixed in the 1.0 release

          Raihaan Shouhell added a comment - Should be fixed in the 1.0 release

            raihaan Raihaan Shouhell
            nowaja Jakub Nowak
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: