Category: Jenkins, github

Yes, the title is a little controversial. However, our experience leads us to predict that GitHubActions will be the dominant choice for Continuous Development, Continuous Integration, and Continuous Deployment on and off GitHub.

The only difference is that we prefer to split Continuous Integration into Continuous Development, Dev (Development group activity), and Continuous Integration, Test (Test group activity).

We have chosen to separate Continuous Integration into Continuous Development and Continuous Integration, which happens in most extensive open source projects.

Note: If repos are private and you have to pay for Github Actions runtime minutes, we will still go with component scripts because of maintenance cost.

Related Articles