Настройка Jenkins для Codeception на Windows

Есть проект в гите. Сервер с Jenkins Windows находится на удаленном сервере.
Создал проект согласно Setting up Jenkins with Codeception и пытаюсь запустить.

First time build. Skipping changelog.
[project-codeception] $ sh -xe C:\Users\Tester\AppData\Local\Temp\5\hudson4964861870168821114.sh
The system cannot find the file specified
FATAL: command execution failed
java.io.IOException: Cannot run program "sh" (in directory "C:\Users\Tester\.jenkins\workspace\project-codeception"): CreateProcess error=2, The system cannot find the file specified

Вот такой лог ошибки выдал. Добавил в настройки shell пукть к sh.exe - теперь выводится такая ошибка

[project-codeception] $ "C:\Program Files (x86)\Git\bin\sh.exe" -xe C:\Users\Tester\AppData\Local\Temp\5\hudson6787385299984450162.sh
+ composer install
C:\Users\Tester\AppData\Local\Temp\5\hudson6787385299984450162.sh: line 2: composer: command not found

Помогите настроить