Commit d6937d50 authored by Thong Kuah's avatar Thong Kuah

Exposes tiller.log as artifact

parent c820e576
---
title: Exposes tiller.log as artifact in Managed-Cluster-Applications GitLab CI template
merge_request: 22940
author:
type: changed
......@@ -505,7 +505,10 @@ To install applications using GitLab CI:
customize values for the installed application.
A GitLab CI pipeline will then run on the `master` branch to install the
applications you have configured.
applications you have configured. In case of pipeline failure, the
output of the [Helm
Tiller](https://v2.helm.sh/docs/install/#running-tiller-locally) binary
will be saved as a [CI job artifact](../project/pipelines/job_artifacts.md).
### Install Ingress using GitLab CI
......
......@@ -14,3 +14,7 @@ apply:
only:
refs:
- master
artifacts:
when: on_failure
paths:
- tiller.log
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment