Can't install Jenkins in OS-X <Error: Unable to access jarfile jenkins.war>
Here how the issue got resolved. If you got mac or windows regardless,
- go to jenkins-ci.org
- Select long term support release which is a stable build.
- Click on the link .war
- Then in Terminal cd to that path where you downloaded
- Run this command: java -jar jenkins.war
You are good to go!!!