You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If forjj is used from a shared server, forjj set a temporary path (/tmp/forjj) and name plugins container without username information.
This means , forjj itself do not support multiple user environment.
To fix this, forjj should:
use /tmp/${USERNAME}.forjj instead of /tmp/forjj. we can imagine to use the user ID to reduce the dir path size.
Personalize container name so that a container is attached to a user calling it.
Ex: 1000-production-pdxc-software-factory_jenkins-jenkins where 1000 is jenkins uid.
I don't know for now if there is anything else that needs to be set, but at least those are required for sure.
The text was updated successfully, but these errors were encountered:
If forjj is used from a shared server, forjj set a temporary path (/tmp/forjj) and name plugins container without username information.
This means , forjj itself do not support multiple user environment.
To fix this, forjj should:
Ex: 1000-production-pdxc-software-factory_jenkins-jenkins where 1000 is jenkins uid.
I don't know for now if there is anything else that needs to be set, but at least those are required for sure.
The text was updated successfully, but these errors were encountered: