GitHub Actions and Why It's Gaining Popularity over Jenkins as Default CI/CD Tool

The Current CI/CD tooling for our company is moving away from Jenkins and towards GitHub Actions. Learn some basics about GitHub Actions as a reulst. What’s Git Actions According to Github: GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that run tests whenever you push a change to your repository, or that deploy merged pull requests to production. ...

October 19, 2024 · 3 min · 444 words · Justin Hu