java.lang.IllegalStateException: The driver is not executable: /resources/phantomjs-2.1.1-linux-x86_64/bin/phantomjs java.lang.IllegalStateException: The driver is not executable: /resources/phantomjs-2.1.1-linux-x86_64/bin/phantomjs jenkins jenkins

java.lang.IllegalStateException: The driver is not executable: /resources/phantomjs-2.1.1-linux-x86_64/bin/phantomjs


the actual file needs to be executable in order to run. change file permissions to make it executable like:

chmod 755 /resources/phantomjs-2.1.1-linux-x86_64/bin/phantomjs

and then re-run. HTH