问题
I got a pipeline called Funcional_Test, I'm trying to run on that pipeline a script located in this path: /home/vagrant/VirtualMachines/software_test.sh
This is te configuration:
When I run the pipeline I got these errors:
Am I missing something? What can I do to fix the issue?
回答1:
Mention /bin/sh in Command (change it depends on the script type) Mention the script file in Arguments section in same line
来源:https://stackoverflow.com/questions/54985984/gocd-run-bash-script-on-pipeline