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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -