I did stumble on the setting showing up in the UI when I 'view 
configuration' for the job. But I would prefer to see it in a column if 
possible. 


On Thursday, April 23, 2020 at 10:17:26 AM UTC-4, jeremy mordkoff wrote:
>
> If I use this syntax 
>
> properties([
>     pipelineTriggers([cron('0 21 * * *')])
> ])
>
> 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? 
>
>
>
>
>

-- 
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/478add57-1cab-40e3-a472-8eeddd380fbf%40googlegroups.com.

Reply via email to