Jenkins is an automation tool written in Java with built-in plugins for continuous integration tasks. It is used to continuously build and test projects making it easier to integrate the changing codes to it. Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with a Java Runtime Environment (JRE) installed.
Table of contents
Manual Build ProcessLet's first understand how Continuous Integration is done ?What is Continuous Integration?what is Jenkins 🚀Installing Jenkins 💥Launch an Amazon EC2 instanceConnect to your Linux instanceDownload and install JenkinsConfigure JenkinsNow , Let's run a simple job 🤩2 Comments
Sort: