|
|
|
|
|
by mmarian
44 days ago
|
|
I miss Jenkins too. A lot more flexible compared to GitHub Actions. Also addresses the supply chain attack vector we've seeing recently, by design. You don't pull external dependencies on every CI/CD invocation; they're installed once, on the server. Realised this when I was writing my post on what you have to do to replicate this in a makeshift way in GitHub Actions: https://developerwithacat.com/blog/202604/github-actions-sup... |
|