Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Essay proposal - CI comparison GitHub vs GitLab #1598

Merged
merged 1 commit into from
Mar 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions contributions/essay/ntli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Assignment Proposal

## Title

Continuous Integration Comparison: GitLab vs GitHub

## Names and KTH ID

- Nikolai Tobias Limbrunner (ntli@kth.se)

## Deadline

Task 1

## Category

Essay

## Description

My goal is to compare the Continuous Integration functionalities of the two largest source control platforms.
Initial research has shown that GitLab and GitHub choose different approaches for their Continuous Integration functionalities in some aspects. The aim is to work out the respective weaknesses and strengths of the platforms to draw a short conclusion at the end, for which tasks which platform is better. To create a practical comparison, I plan to create the same CI/CD pipeline using Github and Gitlab respectively, and then also evaluate the process.