diff options
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}") |
