UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
bigbang
Merge requests
!1036
Resolve "CI logging improvement: show event log on pipeline failure"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "CI logging improvement: show event log on pipeline failure"
895-ci-logging-improvement-show-event-log-on-pipeline-failure
into
master
Overview
3
Commits
4
Pipelines
10
Changes
4
Merged
Brendon Lloyd
requested to merge
895-ci-logging-improvement-show-event-log-on-pipeline-failure
into
master
3 years ago
Overview
3
Commits
4
Pipelines
10
Changes
4
Expand
Closes
#895 (closed)
Edited
3 years ago
by
Brendon Lloyd
0
0
Merge request reports
Compare
master
version 10
b0db4aaa
3 years ago
version 9
bfeb8325
3 years ago
version 8
a20fe201
3 years ago
version 7
d364c0af
3 years ago
version 6
85000fdf
3 years ago
version 5
79a488df
3 years ago
version 4
864bb424
3 years ago
version 3
cf54d621
3 years ago
version 2
864bb424
3 years ago
version 1
f1ab9f0f
3 years ago
master (base)
and
version 10
latest version
f3fc1e18
4 commits,
3 years ago
version 10
b0db4aaa
3 commits,
3 years ago
version 9
bfeb8325
2 commits,
3 years ago
version 8
a20fe201
1 commit,
3 years ago
version 7
d364c0af
1 commit,
3 years ago
version 6
85000fdf
2 commits,
3 years ago
version 5
79a488df
2 commits,
3 years ago
version 4
864bb424
1 commit,
3 years ago
version 3
cf54d621
2 commits,
3 years ago
version 2
864bb424
1 commit,
3 years ago
version 1
f1ab9f0f
1 commit,
3 years ago
4 files
+
142
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci/jobs/ci-cluster/.gitlab-ci.yml
+
3
−
0
Options
@@ -39,6 +39,9 @@
after_script
:
-
echo -e "\e[0Ksection_start:`date +%s`:k3d_down[collapsed=true]\r\e[0K\e[33;1mK3D Cluster Delete\e[37m"
-
kubectl get all -A
-
echo -e "\e[0Ksection_start:`date +%s`:show_event_log[collapsed=true]\r\e[0K\e[33;1mCluster event log:\e[37m"
-
kubectl get events -A
-
echo -e "\e[0Ksection_end:`date +%s`:show_event\r\e[0K"
-
kubectl get gitrepository,helmrelease,kustomizations -A
-
k3d cluster delete ${CI_JOB_ID}
-
docker network rm ${CI_JOB_ID}
Loading