summaryrefslogtreecommitdiff
path: root/jjb/yaml/openbook-pipeline.yaml
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-10 08:45:18 -0600
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-10 08:45:18 -0600
commit656cda4faf69fc2157c5c39cacedfd1629c937d8 (patch)
tree6a224b44f23b90426cd1b1de281c6176928ad625 /jjb/yaml/openbook-pipeline.yaml
parent07a90fefda6aa63c886917ccb664d603ca8d0781 (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.yaml6
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}")