Task was to create CI/CD pipelines of a webpage of Javascript node
Problem & Solution 🤝
I managed to create the CI(continuous integration) however CD(continuous delivery) was a challenging task via Jenkins. So i studied it and took some online lectures and resolved that issue.
Goals/Requirements:
• integrate github with jenkins to pull the code
• creating custom Docker image and creating YAML files
• creating its automated pipelines
Process 🛣
Required and instance of linux to work with
installing the dependencies of the code and the tool
cloning the code and managing it to work via Jenkins
Takeaways 📣
learned alot about code integration and most importantly the automation of the code on live server :)