[JIRA] (JENKINS-42893) Job-dsl-plugin support for parameterized scheduler plugin

1 view
Skip to first unread message

anhibber@cisco.com (JIRA)

unread,
Mar 17, 2017, 2:03:01 PM3/17/17
to jenkinsc...@googlegroups.com
Andrew Hibbert created an issue
 
Jenkins / Bug JENKINS-42893
Job-dsl-plugin support for parameterized scheduler plugin
Issue Type: Bug Bug
Assignee: Daniel Spilker
Components: job-dsl-plugin, parameterized-scheduler
Created: 2017/Mar/17 6:02 PM
Priority: Minor Minor
Reporter: Andrew Hibbert

Hi,

 

I would like to use parameterized scheduler plugin with job dsl plugin but this doesn't seem to be supported currently

 

Thanks

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

mail@daniel-spilker.com (JIRA)

unread,
Mar 19, 2017, 5:48:01 PM3/19/17
to jenkinsc...@googlegroups.com
Daniel Spilker resolved as Fixed
 

This is supported by the Automatically Generated DSL:

job(String name) {
  triggers {
    parameterizedTimerTrigger {
      // follow convension of cron, schedule with name=value pairs at the end of each line.
      parameterizedSpecification(String value)
    }
  }
}
Change By: Daniel Spilker
Status: Open Resolved
Resolution: Fixed

anhibber@cisco.com (JIRA)

unread,
Mar 20, 2017, 10:39:02 AM3/20/17
to jenkinsc...@googlegroups.com
Andrew Hibbert commented on Bug JENKINS-42893
 
Re: Job-dsl-plugin support for parameterized scheduler plugin

Thanks. Have been able to get this working.

mail@daniel-spilker.com (JIRA)

unread,
Mar 31, 2017, 4:10:02 AM3/31/17
to jenkinsc...@googlegroups.com

mail@daniel-spilker.com (JIRA)

unread,
Jan 5, 2019, 1:19:03 AM1/5/19
to jenkinsc...@googlegroups.com
Daniel Spilker edited a comment on Bug JENKINS-42893
 
Re: Job-dsl-plugin support for parameterized scheduler plugin
This is supported by the [ Automatically Generated Dynamic DSL|https://github.com/jenkinsci/job-dsl-plugin/wiki/ Automatically Dynamic - Generated- DSL]:
{code:java}

job(String name) {
  triggers {
    parameterizedTimerTrigger {
      // follow convension of cron, schedule with name=value pairs at the end of each line.
      parameterizedSpecification(String value)
    }
  }
}{code}
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

FATEMA.HASTA@DELL.COM (JIRA)

unread,
Oct 29, 2019, 10:11:02 AM10/29/19
to jenkinsc...@googlegroups.com

I have been using 1.76v of Job DSL and looks like the Parameterized Schedular plugin has been deprecated for the 1.76v. Is there another alternative that i could use?

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