Closed jdufner closed 7 years ago
Docker plugin integrated.
Test:
Each microservice can be built alone, but where is the line between build pipeline and deployment pipeline? From my point of view, the transfer from development to deployment are the repositories: either Nexus for jar files aka Spring Boot applications or better a Docker Hub for Docker images. In both cases development works with Maven. In contrast to the deployment team uses Docker tools (docker-compose, docker-swarm) to deploy and manage the container infrastructure.
Als Zuschauer möchte ich sehen, wie die Docker-Images mit Maven gebaut werden, weil ich hohen Wert auf vollständige Automatisierung der Build-Pipeline lege um in extrem kurzen Zyklen Änderungen in Produktionen bringen zu können.
Automatisierung bauen