ios - Jenkins uses sh despite being told to use bash -
i have jenkins instance oversee ios builds, though builds failing due protoc
command (to compile protobuf) not being linked in sh
. linked in bash
, jenkins ignoring directives use bash
.
is there obvious reason why? set both in build script , in master jenkins settings - see below"
Comments
Post a Comment