I'm trying to do a shell execute in Jenkins build step. I have a binary executable in /home/ubuntu/.local/bin/aws
which is called from Jenkins executable script.
In the build output log, it reads /tmp/jenkins2312.sh: line 2: /home/ubuntu/.local/bin/aws: Permission denied
Adding Jenkins user to Root Group didn't help.