From d6e06a3a5277de2837cbf90d92f1283d8b1d8c1e Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Thu, 12 Oct 2017 16:25:07 -0600 Subject: poll: false doesn't work. Trying $class: "DisableRemotePolling" --- jjb/yaml/openbook-pipeline.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'jjb/yaml/openbook-pipeline.yaml') diff --git a/jjb/yaml/openbook-pipeline.yaml b/jjb/yaml/openbook-pipeline.yaml index ac2ca0b..0fca23b 100644 --- a/jjb/yaml/openbook-pipeline.yaml +++ b/jjb/yaml/openbook-pipeline.yaml @@ -24,9 +24,6 @@ }} stages {{ stage("gradle") {{ - triggers {{ - pollSCM 'H/5 * * * *' - }} steps {{ checkout([ scm: [ @@ -56,6 +53,9 @@ userRemoteConfigs: [ [url: "git@github.com:Talligent/deployment-scripts.git"] ], + extensions: [ + $class: "DisableRemotePoll" + ], poll: false, changelog: false ] @@ -75,6 +75,7 @@ userRemoteConfigs: [ [url: "git@github.com:Talligent/openbook-v4-ci.git"] ], + $class: "DisableRemotePoll", poll: false, changelog: false ] -- cgit v1.3