I am trying to install Jenkins in my mac and i have followed this below steps:
Downloaded the Jenkins war file for OS-X
After cd , Ran this:
java -jar jenkins.war
getting this error in my terminal:
Error: Unable to access jarfile jenkins.war
Any idea what i am doing wrong??? FYI, I was successful in windows by following those steps.