spring-petclinic
fork g0t4/course3-jenkins-gs-spring-petclinicmain
andstart-of-course
braches mark the start of the courseend-of-course
branch marks the last commit from the course
- Use install to run only Jenkins in a container.
- Use emails to run only MailHog in a container.
- This allows Jenkins on your host (ie via
jenkins.war
) to use a container based mailhog instance.
- This allows Jenkins on your host (ie via
- Use both to run both Jenkins and MailHog in containers.
- FYI, when configuring
SMTP
in Jenkins, use:- hostname
email
(compose file service name for mailhog) - port
1025
- hostname
- FYI, when configuring