job(String name) {
triggers {
parameterizedTimerTrigger {
// follow convension of cron, schedule with name=value pairs at the end of each line.
parameterizedSpecification(String value)
}
}
}
job(String name) { triggers { parameterizedTimerTrigger { // follow convension of cron, schedule with name=value pairs at the end of each line. parameterizedSpecification(String value) } }
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?