Build problems with Jenkins / Build inside a linux container
Hey everyone,
i'm currently facing an error in my build pipeline on jenkins. My app is a Spring Boot Maven project with a refine frontend. Everything works great on our local dev laptops. But on Jenkins insider a Docker-Build-Container running Linux i'm getting the following error:
"permission denied, mkdir '/.config/refine-update-notifier-nodejs"
For me it's clear that the root "/" is forbidden to write in. So I need your help to find a solution to give "refine build" another path for its config file.
i'm currently facing an error in my build pipeline on jenkins. My app is a Spring Boot Maven project with a refine frontend. Everything works great on our local dev laptops. But on Jenkins insider a Docker-Build-Container running Linux i'm getting the following error:
"permission denied, mkdir '/.config/refine-update-notifier-nodejs"
For me it's clear that the root "/" is forbidden to write in. So I need your help to find a solution to give "refine build" another path for its config file.