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-core-pipeline.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 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 b8ef677..7a4da87 100644 --- a/jjb/yaml/openbook-core-pipeline.yaml +++ b/jjb/yaml/openbook-core-pipeline.yaml @@ -9,9 +9,6 @@ label "master" } } - triggers { - pollSCM "H/5 * * * *" - } stages { stage("checkout") { agent { @@ -21,17 +18,7 @@ } } steps { - checkout( - scm: [ - $class: "GitSCM", - branches: [ - [name: "unstable"] - ], - userRemoteConfigs: [ - [url: "git@github.com:Talligent/openbook-core.git"] - ], - ] - ) + git(branch: "unstable", url: "git@github.com:Talligent/openbook-core.git") } } stage("admin-api-server") { -- cgit v1.3