tech/webdev magazine

May 29, 2018

How to setup CI/CD workflow for Node.js apps with Jenkins and Kubernetes

Tuesday, May 29, 2018 Teklinks

Continuous Integration and Continuous Delivery are two of the practices that shape DevOps philosophy today. Basically it includes implementing development and integration workflows where developers commit their changes to the central repository frequently, ensuring that their commits are functional and ready to be deployed to production.

Full article