We have a Maven job to which I have added a "Promote builds when" clause allowing someone to pick a build and promote it.
This promotion triggers a deployment job. This deployment job appears pretty naive. Is there any way of getting the Maven project version into here? From my limited understanding, by the time the promotion occurs the $POM_VERSION has already disappeared as it is not executed at the point of build.
Thanks,
James