From e19d0ab40eabc907cee74c32f34b9e678f6a9b17 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Thu, 12 Oct 2017 17:22:40 -0600 Subject: fixed bugs with DisableRemotePoll --- jjb/yaml/openbook-all-pipeline.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'jjb/yaml/openbook-all-pipeline.yaml') diff --git a/jjb/yaml/openbook-all-pipeline.yaml b/jjb/yaml/openbook-all-pipeline.yaml index efcb2ef..5977181 100644 --- a/jjb/yaml/openbook-all-pipeline.yaml +++ b/jjb/yaml/openbook-all-pipeline.yaml @@ -18,7 +18,7 @@ } } steps { - checkout([ + checkout( scm: [ $class: "GitSCM", branches: [ @@ -28,12 +28,10 @@ [url: "git@github.com:Talligent/openbook-core.git"] ], extensions: [ - $class: "DisableRemotePoll" - ], - poll: false, - changelog: false + [$class: "DisableRemotePoll"] + ] ] - ]) + ) } } stage("database") { -- cgit v1.3