jfrog / bamboo-jfrog-plugin

Easy integration between Bamboo and the JFrog Platform.
https://github.com/jfrog/bamboo-jfrog-plugin
Apache License 2.0
10 stars 2 forks source link

Allow to choose Maven and JDK version in Maven tasks #19

Open HarelYoav opened 1 month ago

HarelYoav commented 1 month ago

We would like to add the option to choose the Maven and JDK versions when working with the plugin, similar to the option available in the Artifactory Bamboo Plugin.

What problem are you trying to solve? Why? Or describe the use case. Teams are using different versions of Maven and JDK for their projects and would like to have a similar option to choose the right Maven and JDK versions per build.

Feature Description: Add an option to choose the Maven and JDK versions based on the available versions in Bamboo.

What is the expected behavior? Be able to choose the Maven and JDK versions, as currently it can be achieved using ENV variables since it will not affect the “JFrog CLI Task”.

JFrog for Bamboo: JFrog for Bamboo

Artifactory Bamboo Plugin: Artifactory for Bamboo

What we tried, without success.

sverdlov93 commented 3 weeks ago

@HarelYoav bamboo-jfrog-plugin v1.0.5 is released supporting this request.

Support variables provided via Project/Plan variables:

image image

Looking forward to your feedback on it.