Projects with this topic
Sort by:
-
Automates Maven application versioning using a Jenkins multibranch pipeline. On every push to dev or main, the pipeline increments the version in pom.xml, builds the app, creates a Docker image tagged with the new version, and pushes it to Docker Hub — dev images for dev branch, main images for main branch.
Updated