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"

master settings master settings

project build script project build script

jenkins still using sh jenkins still using sh


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -