From f3a975014e97b918988453278acb29fcd6d96958 Mon Sep 17 00:00:00 2001 From: Nikolai Limbrunner Date: Fri, 25 Mar 2022 11:06:29 +0100 Subject: [PATCH] Essay proposal: CI comparison --- contributions/essay/ntli/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contributions/essay/ntli/README.md diff --git a/contributions/essay/ntli/README.md b/contributions/essay/ntli/README.md new file mode 100644 index 0000000000..185b72158b --- /dev/null +++ b/contributions/essay/ntli/README.md @@ -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. \ No newline at end of file