Then the cron spec shows up under "periodic build trigger' in my list views. But it does not show up if I use this syntax
properties([
pipelineTriggers([
[$class: "SCMTrigger", scmpoll_spec: 'H 22 * * *']
])
])
Is there a workaround? A plugin I should use?
BTW, The 'cron Trigger' column never shows me anything.
Also, is there a way to make a property take affect without running the job once?