Skip to content

Instantly share code, notes, and snippets.

@visitbethel
Created February 2, 2017 17:42
Show Gist options
  • Save visitbethel/b6a42208a547bf9541c3580dc28a5a22 to your computer and use it in GitHub Desktop.
Save visitbethel/b6a42208a547bf9541c3580dc28a5a22 to your computer and use it in GitHub Desktop.
Jenkins Pipeline Triggers
properties(
[
pipelineTriggers([cron('*/2 * * * *')])
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment