Docker plugin parsing POM file very slow

2017-07-24 Thread Tien Dung Tran
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

Re: Shell script in Jenkins doesn't get info about POM_VERSION/POM_ARTIFACTID with Promotion Build plugin

2017-07-24 Thread Tien Dung Tran
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