diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-19 08:24:47 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-19 08:24:47 -0600 |
| commit | 9d94763953915da2040ca1e367eb95425d15f43d (patch) | |
| tree | 5a511a6441265df45675486e62282e91d3590ca4 | |
| parent | 43833d81de9ac8fad88911c3e75293265f93d387 (diff) | |
pollscm for openbook-core
| -rw-r--r-- | jjb/yaml/openbook-core-pipeline.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/yaml/openbook-core-pipeline.yaml b/jjb/yaml/openbook-core-pipeline.yaml index 8498ddf..b8ef677 100644 --- a/jjb/yaml/openbook-core-pipeline.yaml +++ b/jjb/yaml/openbook-core-pipeline.yaml @@ -9,6 +9,9 @@ label "master" } } + triggers { + pollSCM "H/5 * * * *" + } stages { stage("checkout") { agent { |
