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
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 #!)
>
>
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