[JIRA] (JENKINS-59957) Parameterized Scheduler does not run with duplicate random start times with different parameters

0 views
Skip to first unread message

Jim_Zarakis@bigpond.com (JIRA)

unread,
Oct 28, 2019, 1:14:03 AM10/28/19
to jenkinsc...@googlegroups.com
Jim Zarakis created an issue
 
Jenkins / Bug JENKINS-59957
Parameterized Scheduler does not run with duplicate random start times with different parameters
Issue Type: Bug Bug
Assignee: Baptiste Mathus
Components: parameterized-scheduler-plugin
Created: 2019-10-28 05:13
Environment: Jenkins: 2.176.2

OS: Linux 3.10.0-1062.1.2.el7.x86_64 #1 SMP Mon Sep 16 14:19:51 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux

Parameterized Scheduler: 0.6.3
Labels: schedule trigger cron
Priority: Minor Minor
Reporter: Jim Zarakis

The following parameterizedCron (entry far below) only runs the first item in the list.

Expected result is two randomised job runs each with its own parameter value.

i.e.

Run job with param 1 anytime between 7:10-7:30am 

Run job again with param 2 anytime between 7:10-7:30am 

Example parameterizedCron

 
        parameterizedCron('''
        H(10-30) 7   * % DevOpsEnv=nonprod_vpc
        H(10-30) 7   * % DevOpsEnv=prod_vpc
        ''')
 
Seems H(10-30) entry is treated as a duplicate and ignored?
 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages