aboutsummaryrefslogtreecommitdiffstats
path: root/software/ci-cd-pipelines.org
blob: e90bb9ad469cecc554657a79edd9c2b5dbd54f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#+TITLE: CI/CD Pipelines
#+OPTIONS: num:nil
#+STARTUP: showall
#+HTML_LINK_UP: ..
#+HTML_LINK_HOME: ..

* Gitlab CI

I've been using GitLab CI for my Emacs configuration for a while, and it's pretty nice. It's all configured through yaml. I won't say that I'm an expert on it so far, but the fact that it's all just yaml does occasionally prevent me from properly abstracting certain actions. My configuration is very repetitive.

* Github Actions

Github Actions isn't technically a CI/CD pipeline product, I suppose. More of a workflow automation product that they're building CI/CD capabilities into.

* Jenkins