From 14122982249818c23c58e7498199fb1ab48b7ef5 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Thu, 19 Oct 2017 11:10:31 -0600 Subject: still fiddling with pollscm --- jjb/yaml/openbook-all-pipeline.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 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 5977181..1c5fbca 100644 --- a/jjb/yaml/openbook-all-pipeline.yaml +++ b/jjb/yaml/openbook-all-pipeline.yaml @@ -18,20 +18,7 @@ } } steps { - checkout( - scm: [ - $class: "GitSCM", - branches: [ - [name: "unstable"] - ], - userRemoteConfigs: [ - [url: "git@github.com:Talligent/openbook-core.git"] - ], - extensions: [ - [$class: "DisableRemotePoll"] - ] - ] - ) + git(poll: false, branch: "unstable", url: "git@github.com:Talligent/openbook-core.git") } } stage("database") { -- cgit v1.3