diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-10 08:45:18 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-10 08:45:18 -0600 |
| commit | 656cda4faf69fc2157c5c39cacedfd1629c937d8 (patch) | |
| tree | 6a224b44f23b90426cd1b1de281c6176928ad625 /jjb/yaml/openbook-pipeline.yaml | |
| parent | 07a90fefda6aa63c886917ccb664d603ca8d0781 (diff) | |
fixing deploy job and turning off all git changelogs
Diffstat (limited to 'jjb/yaml/openbook-pipeline.yaml')
| -rw-r--r-- | jjb/yaml/openbook-pipeline.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jjb/yaml/openbook-pipeline.yaml b/jjb/yaml/openbook-pipeline.yaml index d9f2768..200f3f7 100644 --- a/jjb/yaml/openbook-pipeline.yaml +++ b/jjb/yaml/openbook-pipeline.yaml @@ -55,7 +55,8 @@ ], userRemoteConfigs: [ [url: "git@github.com:Talligent/deployment-scripts.git"] - ] + ], + changelog: false ] ]) unstash(name: "jar") @@ -72,7 +73,8 @@ ], userRemoteConfigs: [ [url: "git@github.com:Talligent/openbook-v4-ci.git"] - ] + ], + changelog: false ] ]) sh(script: "./build-docker-containers.sh {artifact}") |
