I am running "jenkins" on CentOS
.
After build, I want to copy binary to my shared directory, so I add "jenkins" user into my "personal" group.
In the normal shell, it runs ID command and it shows "jenkins"'s group is both "jenkins" and "personal", but I run ID command on Execute Shell
on "jenkins" projects, it shows only "jenkins" group.
I don't know why it does that.