From 656cda4faf69fc2157c5c39cacedfd1629c937d8 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Tue, 10 Oct 2017 08:45:18 -0600 Subject: fixing deploy job and turning off all git changelogs --- jjb/yaml/deploy-dev-env.yaml | 2 ++ jjb/yaml/openbook-all.yaml | 2 +- jjb/yaml/openbook-pipeline.yaml | 6 ++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/jjb/yaml/deploy-dev-env.yaml b/jjb/yaml/deploy-dev-env.yaml index ed631ea..17495d8 100644 --- a/jjb/yaml/deploy-dev-env.yaml +++ b/jjb/yaml/deploy-dev-env.yaml @@ -26,4 +26,6 @@ - master builders: shell: | + mkdir -p /tmp/Jenkins/scripts + cp $BASH_SOURCE /tmp/Jenkins/scripts/ ./deploy-dev-env.sh diff --git a/jjb/yaml/openbook-all.yaml b/jjb/yaml/openbook-all.yaml index f624055..eb74abf 100644 --- a/jjb/yaml/openbook-all.yaml +++ b/jjb/yaml/openbook-all.yaml @@ -28,7 +28,7 @@ [url: "git@github.com:Talligent/openbook-core.git"] ], poll: true, - changelog: true + changelog: false ] ]) } 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}") -- cgit v1.3