An End-to-End Jenkins CI/CD Project
Continuously Integrate and Deploy a NodeJS Application using Jenkins
May 15, 20237 min read2.6K

Search for a command to run...
Articles tagged with #github
Continuously Integrate and Deploy a NodeJS Application using Jenkins

In my last blog, we discussed VCS, why we prefer DVCS over CVCS, an introduction to Git and GitHub, created a repository in GitHub, and pushed a file from our local repository to GitHub. You can read my blog here if you haven't already: Git & GitHub ...

Imagine you are working on a document and you make some changes to it. You save the document with a different name (like adding a "_v2" at the end of the file name) so you can go back to the original document if needed. But, what if you make more cha...
