-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels