See pipeline properties in dashboard

10 views
Skip to first unread message

jeremy mordkoff

unread,
Apr 23, 2020, 10:17:26 AM4/23/20
to Jenkins Users
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? 




jeremy mordkoff

unread,
Apr 23, 2020, 10:26:02 AM4/23/20
to Jenkins Users
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. 
Reply all
Reply to author
Forward
0 new messages