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
a3cca6b6
Commit
a3cca6b6
authored
Jun 26, 2020
by
Hordur Freyr Yngvason
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tiller.log to Auto DevOps deployment job artifacts
See
https://gitlab.com/gitlab-org/gitlab/-/issues/224103
parent
5a5b0156
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
changelogs/unreleased/add-tiller-log-to-artifacts.yml
changelogs/unreleased/add-tiller-log-to-artifacts.yml
+6
-0
lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
+6
-3
No files found.
changelogs/unreleased/add-tiller-log-to-artifacts.yml
0 → 100644
View file @
a3cca6b6
---
title
:
Add tiller.log to Auto DevOps deployment job artifacts when AUTO_DEVOPS_DEPLOY_DEBUG
is set
merge_request
:
35458
author
:
type
:
fixed
lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
View file @
a3cca6b6
...
...
@@ -20,7 +20,8 @@ review:
url
:
http://$CI_PROJECT_ID-$CI_ENVIRONMENT_SLUG.$KUBE_INGRESS_BASE_DOMAIN
on_stop
:
stop_review
artifacts
:
paths
:
[
environment_url.txt
]
paths
:
[
environment_url.txt
,
tiller.log
]
when
:
always
rules
:
-
if
:
'
$CI_KUBERNETES_ACTIVE
==
null
||
$CI_KUBERNETES_ACTIVE
==
""'
when
:
never
...
...
@@ -122,7 +123,8 @@ canary:
name
:
production
url
:
http://$CI_PROJECT_PATH_SLUG.$KUBE_INGRESS_BASE_DOMAIN
artifacts
:
paths
:
[
environment_url.txt
]
paths
:
[
environment_url.txt
,
tiller.log
]
when
:
always
production
:
<<
:
*production_template
...
...
@@ -172,7 +174,8 @@ production_manual:
name
:
production
url
:
http://$CI_PROJECT_PATH_SLUG.$KUBE_INGRESS_BASE_DOMAIN
artifacts
:
paths
:
[
environment_url.txt
]
paths
:
[
environment_url.txt
,
tiller.log
]
when
:
always
.manual_rollout_template
:
&manual_rollout_template
<<
:
*rollout_template
...
...
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