CICD Pipeline using Jenkins & ArgoCD
  • About the project
  • Overview of the application
  • Dockerizing the application
  • Configure EC2 instance to setup the CI pipeline
  • Configure Jenkins on EC2 instance
  • Create Jenkins CI pipeline
  • Setting up SonarQube server
  • Configure DockerHub and GitHub access tokens inside Jenkins
  • Add GitHub Webhook trigger
  • Execute the Jenkins Build
  • Configure EC2 instance to setup the CD pipeline
  • Install MiniKube and Kubectl
  • Install ArgoCD
  • Deploy the app to Kubernetes using ArgoCD
Powered by GitBook
On this page

Execute the Jenkins Build

PreviousAdd GitHub Webhook triggerNextConfigure EC2 instance to setup the CD pipeline

Last updated 1 year ago

Click on Build Now to trigger the Jenkins pipeline. It will execute all the stages as defined in the JenkinsFile.

The latest Docker image is also pushed to DockerHub

The deployment manifest file present inside the "spring-boot-app-manifests" is also updated with the latest build number for the container.

Running Jenkins pipeline