diff options
Diffstat (limited to 'jjb/yaml/openbook-core-pipeline.yaml')
| -rw-r--r-- | jjb/yaml/openbook-core-pipeline.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/jjb/yaml/openbook-core-pipeline.yaml b/jjb/yaml/openbook-core-pipeline.yaml index dd98c84..8498ddf 100644 --- a/jjb/yaml/openbook-core-pipeline.yaml +++ b/jjb/yaml/openbook-core-pipeline.yaml @@ -18,7 +18,7 @@ } } steps { - checkout([ + checkout( scm: [ $class: "GitSCM", branches: [ @@ -27,10 +27,8 @@ userRemoteConfigs: [ [url: "git@github.com:Talligent/openbook-core.git"] ], - poll: true, - changelog: false ] - ]) + ) } } stage("admin-api-server") { |
