-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
RHEL 5.0
We have a single user that has access to all the clearcase vobs. However access to each of the vobs is restricted by the user's primary group. We have several groups. We currently alter this by using the newgrp command.
Can Jenkins enable this option too?
Thanks
Rumble
[JENKINS-10702] Need option to set the primary group of the user for all clearcase operations (newgrp)
Workflow | Original: JNJira [ 140904 ] | New: JNJira + In-Review [ 175367 ] |
Assignee | Original: Vincent Latombe [ vlatombe ] | New: Eficode [ eficode ] |
Assignee | Original: Eficode [ eficode ] |
This is non-trivial, since newgrp actually executes a new shell and new group is set only within this shell. Since Jenkins is not talking to a shell but rather executes processes directly this is not possible without some major logic in command launcher. I'm not saying it's not possible, but it's definitely not a one-liner.