Is there any way to change the working directory of a Jenkins Maven build?
There is a Maven build that will only work if the current working direc
Create a target to checkout the parent.
Create a target to build your path
It worked for me.