From a673d6177061e45d137e68f7f839e6bb3d4be773 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sun, 11 Feb 2024 21:06:11 +0100 Subject: [PATCH] detailed show notes #61 --- .../61-github-actions-and-evolution-of-ci-cd.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/content/episodes/61-github-actions-and-evolution-of-ci-cd.md b/content/episodes/61-github-actions-and-evolution-of-ci-cd.md index a6bd8d7..798517e 100644 --- a/content/episodes/61-github-actions-and-evolution-of-ci-cd.md +++ b/content/episodes/61-github-actions-and-evolution-of-ci-cd.md @@ -3,11 +3,14 @@ title: "GitHub Actions And Evolution Of CI/CD Tools" date: 2024-02-08T11:08:36+01:00 lastmod: 2024-02-08T11:08:36+01:00 episode: 61 -author: 'DevSecOps Talks' -participants: ['Mattias', 'Andrey', 'Julien'] +author: "DevSecOps Talks" +participants: ["Mattias", "Andrey", "Julien"] --- -Andrey has been exploring GitHub Actions and has some insights to share. How have CI/CD solutions transformed over time, and what innovations do GitHub Actions bring to the table? Julien drops a few tools that could be useful for GitHub Actions users.  +Andrey has been exploring GitHub Actions and has some insights to share. How have CI/CD solutions transformed over time, and what innovations do GitHub Actions bring to the table? Julien drops a few tools that could be useful for GitHub Actions users. +We explored a bit history of CI/CD, we started with Jenkins and its DSL in Groovy. +We compared that to the current DSL in YAML (GitHub Actions, Google Cloud Build, Azure DevOps, AWS CloudBuild). +Andrey gave his tips on using Bash inside YAML and pipeline management. Mattias shared his experience on building pipeline. @@ -17,5 +20,9 @@ Andrey has been exploring GitHub Actions and has some insights to share. How hav ## Notes -* [ACT](https://github.com/nektos/act) -* [Codeberf](https://codeberg.org/) +- [ACT](https://github.com/nektos/act) to run github actions locally +- [Codeberg](https://codeberg.org/) +- [gitea](https://github.com/go-gitea/gitea) +- [sourcehut](https://sourcehut.org/) +- [forgejo](https://codeberg.org/forgejo/forgejo) +- [jenkins](https://www.jenkins.io/)