diff options
Diffstat (limited to 'jjb/yaml/openbook-core-pipeline.yaml')
| -rw-r--r-- | jjb/yaml/openbook-core-pipeline.yaml | 15 |
1 files changed, 1 insertions, 14 deletions
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") { |
