tried this suggested syntax:
properties([pipelineTriggers([cron('H/15 * * * *')])])
 
using plugin="[email protected]" and plugin="[email protected]"

but it gives me issues on cron:

No such DSL method 'cron' found among steps


just my observation, others could have better luck..

*13:22:39* java.lang.NoSuchMethodError: No such DSL method 'cron' found among 
steps [archive, bat, build, catchError, checkout, checkpoint, deleteDir, dir, 
dockerFingerprintFrom, dockerFingerprintRun, echo, emailext, 
emailextrecipients, error, fileExists, findFiles, input, isUnix, jiraComment, 
jiraIssueSelector, jiraSearch, load, lock, mail, node, parallel, properties, 
pwd, readFile, readManifest, readMavenPom, readProperties, readTrusted, retry, 
sh, sleep, sshagent, stage, stash, step, timeout, timestamps, tool, touch, 
triggerRemoteJob, unarchive, unstash, unzip, waitUntil, withCredentials, 
withDockerContainer, withDockerRegistry, withDockerServer, withEnv, wrap, 
writeFile, writeMavenPom, ws, zip] or symbols [disableConcurrentBuilds, 
pipelineTriggers]*13:22:39*    at 
org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:145)*13:22:39*  at 
org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:117)*13:22:39*
      at groovy.lang.GroovyObject$invokeMethod$3.call(Unknown Source)*13:22:39* 
      at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)*13:22:39*
      at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7f0619d9-6965-421a-ae99-30934b467b31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to