I am using Jenkins to add files to a VOB in ClearCase via
cleartool checkout dir
cd dir
cleartool mkelem foo.txt
cd ..
cleartool checkin dir
but ClearCase outputs
cleartool: Error: Can't create object with group (domain \ users) that is not in the VOB's group list. cleartool: Error: Unable to create element "foo.txt".
However, the service account that Jenkins uses is added to the ClearCase admin group, so it should be able to add files to source control. My personal account is added to the same group, and is able to add files to source control. Is this an issue with Jenkins having to use a service account?