I setup docker plugin in Jenkins, thus every build job will be built inside
container, but everything running in the container launched by docker
plugin are very slow, like git checkout, parsing POM file...
Strange that if I build manualy in this container by command "mvn clean
install" , it's r
Same issue, I don't know how to get $POM_VERSION
On Monday, February 6, 2017 at 7:24:30 PM UTC+7, alo...@test-cloud.com
wrote:
>
>
> I am trying to execute shell script with Promotion Build plugin to get
> info about maven properties (POM_VERSION, POM_ARTIFACTID).
>
> Trouble is values for Jen