Re: jenkins group while in job is not the same as in terminal

2014-12-03 Thread Tzook Bar Noy
> > sorry it is not ssh, it is a "build step" with "execute shell" inside it I have what I mentioned: cat /etc/group | grep jenkins groups jenkins groups whoami output: www-data:x:33:tzook,jenkins jenkins:x:115: jenkins : jenkins www-data web jenkins je

Re: jenkins group while in job is not the same as in terminal

2014-12-03 Thread Tzook Bar Noy
on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/6836E1DC2DDC174C9D64B7860E5AF5FC9D780BFD%40EXCHMBX01.fed.cclrc.ac.uk > . > For more options, visit https://groups.google.com/d/optout. > -- *Tzook Bar Noy* "Life is what happens while you are busy making other

Re: jenkins group while in job is not the same as in terminal

2014-12-03 Thread Tzook Bar Noy
> > Did you mean to restart jenkins right? > did it. I noticed some more info that when I run the command command: cat /etc/group | grep jenkins result: www-data:x:33:tzook,jenkins jenkins:x:115: command: groups jenkins result: jenkins : jenkins www-data web command: groups result: je

jenkins group while in job is not the same as in terminal

2014-12-02 Thread Tzook Bar Noy
I have installed jenkins on our dev server, and I added the user "jenkins" to some groups for example www-data. now when I run this command on the terminal: groups jenkins I get this output jenkins www-data and that is ok, but in one of my jobs I created an ssh command that simply does gr