diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-12 17:22:40 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-12 17:22:40 -0600 |
| commit | e19d0ab40eabc907cee74c32f34b9e678f6a9b17 (patch) | |
| tree | bcb9e6d32a8ed8cb4a4152b0ef8c87581a8f4672 /jjb/yaml/openbook-all-pipeline.yaml | |
| parent | d6e06a3a5277de2837cbf90d92f1283d8b1d8c1e (diff) | |
fixed bugs with DisableRemotePoll
Diffstat (limited to 'jjb/yaml/openbook-all-pipeline.yaml')
| -rw-r--r-- | jjb/yaml/openbook-all-pipeline.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/jjb/yaml/openbook-all-pipeline.yaml b/jjb/yaml/openbook-all-pipeline.yaml index efcb2ef..5977181 100644 --- a/jjb/yaml/openbook-all-pipeline.yaml +++ b/jjb/yaml/openbook-all-pipeline.yaml @@ -18,7 +18,7 @@ } } steps { - checkout([ + checkout( scm: [ $class: "GitSCM", branches: [ @@ -28,12 +28,10 @@ [url: "git@github.com:Talligent/openbook-core.git"] ], extensions: [ - $class: "DisableRemotePoll" - ], - poll: false, - changelog: false + [$class: "DisableRemotePoll"] + ] ] - ]) + ) } } stage("database") { |
