lsantamaria / springboot-jenkins-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springboot-jenkins-docker

Example of Springboot project for building it in Jenkins following a pipeline.

The pipeline uses one docker image for executing the build/test/package mvn phases and another for placing the executable JAR.

The second image can be run using the following command:

docker run -d -t -p <desired_port>:8080 lsantamaria/demo-spring-boot

About


Languages

Language:Java 88.2%Language:Dockerfile 11.8%