aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
490 stars 182 forks source link

Run the plugin from Bitbucket Pipelines #297

Closed shvalb closed 3 years ago

shvalb commented 3 years ago

Hey guys,

I'm really excited about this plugin and it works great for me running it from local command line, but I wonder what needs to be done in order to run it from Bitbucket pipelines...

aleksandr-m commented 3 years ago

@shvalb Git and Maven. Have you experienced any problems running it from bitbucket?

shvalb commented 3 years ago

I guess the missing piece for running it on Bitbucket is to provide a Docker image that has Git+Maven+JDK, usually I use maven:3.8.1-jdk-11-slim as the base image, but in this case I need something that contains Git. Any recommendations?

aleksandr-m commented 3 years ago

You can just install git.