Re: mvn not found on $JENKINS_HOME/workspace/@tmp

2021-03-24 Thread Mallarapu Ananth
Hi , Have tried to print the M2_HOME and JAVA_HOME in the pipeline you are trying to build . if they are empty it might be getting overwritten . try to put then as environment variables in jenkins config . On Wednesday, March 24, 2021 at 4:53:13 PM UTC+5:30 banthit...@gmail.com wrote: > I'v

Re: keep the docker container alive even on job failure and re use it for replay

2021-03-23 Thread Mallarapu Ananth
hi martin , i am using docker cloud plugin . how can i specify to the long running job to use the exact docker container started by the second job . On Wednesday, March 24, 2021 at 1:00:14 AM UTC+5:30 Martin Schmude wrote: > Don't start the container by the long-running job. Setup a second jo

keep the docker container alive even on job failure and re use it for replay

2021-03-23 Thread Mallarapu Ananth
Hi all , I am looking for a feature where i need to docker container to be alive even the job failed . to give the context , i am trying to develop do build which take long time and whenever it build fails at some point i need to do all the steps again . to avoid this i need to docker containe