diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-01-04 15:33:49 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-01-04 15:33:49 -0700 |
commit | 6453a5e76e3994f06f5bf7f86c4f7fc249149fbd (patch) | |
tree | 0682e8d332eb208d67e6ead224433fb394a2b247 /sample_pipeline | |
parent | b6e3dbce6563c48d5aee8f5890db26160f19a3c1 (diff) |
Updating sample pipeline
Diffstat (limited to 'sample_pipeline')
-rw-r--r-- | sample_pipeline | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample_pipeline b/sample_pipeline index 8fadd26..22e4de5 100644 --- a/sample_pipeline +++ b/sample_pipeline @@ -1,4 +1,7 @@ pipeline { + triggers { + pollSCM('H/15 * * * *') + } environment { registry = "thornycrackers/neovim" registryCredential = 'dockerhub' |