Re: I have a question about jenkins build

2012-03-01 Thread seonguk.baek
Thanks for your reply :-) On 3월2일, 오전2시05분, cjo wrote: > From the error described, it looks like the errors are coming from another > script called from inside the shell command. > > Are the "sh: -c: line 0: ..." > showing up in the build log in Jenkins? Yes > > Can you share more or the output l

Re: I have a question about jenkins build

2012-03-01 Thread seonguk.baek
cript is > using some bash-only feature? > > 2) Shell scripts have a bad habit of continuing execution even if errors > happen. That is the reason Jenkins executes build steps using /bin/sh -xe > (unless the first line if build step contains a line that starts with #!) > >

I have a question about jenkins build

2012-02-29 Thread seonguk.baek
Hello We used Git system as a SCM tool. And jenkins is used for CI with Gerrit Trigerr plug in. jenkins runs build operation when commit is uploaded to Gerrit code review system by developer. There is error case with below job which is [ sh: Syntax error: "(" unexpected ] when build is running