Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d6937d50
Commit
d6937d50
authored
Jan 14, 2020
by
Thong Kuah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exposes tiller.log as artifact
parent
c820e576
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
changelogs/unreleased/expose-tiller-log.yml
changelogs/unreleased/expose-tiller-log.yml
+5
-0
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+4
-1
lib/gitlab/ci/templates/Managed-Cluster-Applications.gitlab-ci.yml
...b/ci/templates/Managed-Cluster-Applications.gitlab-ci.yml
+4
-0
No files found.
changelogs/unreleased/expose-tiller-log.yml
0 → 100644
View file @
d6937d50
---
title
:
Exposes tiller.log as artifact in Managed-Cluster-Applications GitLab CI template
merge_request
:
22940
author
:
type
:
changed
doc/user/clusters/applications.md
View file @
d6937d50
...
...
@@ -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
...
...
lib/gitlab/ci/templates/Managed-Cluster-Applications.gitlab-ci.yml
View file @
d6937d50
...
...
@@ -14,3 +14,7 @@ apply:
only
:
refs
:
-
master
artifacts
:
when
:
on_failure
paths
:
-
tiller.log
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment