Permission Denied when executing liquibase command in Jenkins

Viewed 515

I'm getting this permission denied error when I'm trying to execute a liquibase command as a shell command.

enter image description here

/tmp/jenkins976.sh: line 3: /home/ec2-user/liquibase/liquibase: Permission denied

I've given the necessary permissions to the liquibase executable.

enter image description here

This worked fine with a previous version of jenkins and started getting this error after upgrading jenkins.

  • Current Jenkins version: 2.168

Appreciate any help to resolve this issue.

0 Answers
Related