In the bash executor we have a bunch of underlying commands that we expect are installed ( jq, dos2unix, python, docker cli, java ) to run the script
To make it easier from a troubleshooting perspective we should include checks for these commands before they are executed and raise an error if they can't be found
In the bash executor we have a bunch of underlying commands that we expect are installed ( jq, dos2unix, python, docker cli, java ) to run the script
To make it easier from a troubleshooting perspective we should include checks for these commands before they are executed and raise an error if they can't be found