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