diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-12 14:39:16 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-12 14:39:16 -0600 |
| commit | 8cb7a50ce66965f5d71e66cb04113ecbf58f3bf2 (patch) | |
| tree | 0110fcaaec7f78b96e5621ed9168e3ad09e51c86 /jjb/yaml/openbook-core-pipeline.yaml | |
| parent | 28144eda73eb77aa3b6632af354bb7ccd8e6f962 (diff) | |
fixed overzealous git scm trigger
Diffstat (limited to 'jjb/yaml/openbook-core-pipeline.yaml')
| -rw-r--r-- | jjb/yaml/openbook-core-pipeline.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/yaml/openbook-core-pipeline.yaml b/jjb/yaml/openbook-core-pipeline.yaml index a7fa153..03ae636 100644 --- a/jjb/yaml/openbook-core-pipeline.yaml +++ b/jjb/yaml/openbook-core-pipeline.yaml @@ -9,11 +9,11 @@ label "master" } } - triggers { - pollSCM 'H/5 * * * *' - } stages { stage("checkout") { + triggers { + pollSCM 'H/5 * * * *' + } agent { node { label "openbook_v4" |
