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-core-pipeline.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'jjb/yaml/openbook-core-pipeline.yaml') diff --git a/jjb/yaml/openbook-core-pipeline.yaml b/jjb/yaml/openbook-core-pipeline.yaml index dd98c84..8498ddf 100644 --- a/jjb/yaml/openbook-core-pipeline.yaml +++ b/jjb/yaml/openbook-core-pipeline.yaml @@ -18,7 +18,7 @@ } } steps { - checkout([ + checkout( scm: [ $class: "GitSCM", branches: [ @@ -27,10 +27,8 @@ userRemoteConfigs: [ [url: "git@github.com:Talligent/openbook-core.git"] ], - poll: true, - changelog: false ] - ]) + ) } } stage("admin-api-server") { -- cgit v1.3