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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -