Lab 4: Spring Boot Docker/Jenkins

Lab

devops
lab
Lab
Author

albertprofe

Published

Tuesday, June 1, 2021

Modified

Wednesday, February 14, 2024

Spring Boot app build with Jenkins via Github and deployed to dockerHub:

  1. create Spring Boots projects
  2. commit && push to GitHub
  3. create .jar executable from Github with Jenkins pipeline
  4. create docker executable from Github with Jenkins pipeline
  5. run (local) and monitor
  6. push to dockerhub

1 References