0

I am trying to update jenkins from 2.60.1 to 2.67 through war. For that purpose I have downloaded war for required version from this link, I also referred this post on stack overflow to follow the procedure.But when I try to restart the jenkins after completing process, it is failing to restart. Can anyone please help me with this?

Thanks in advance.

vsbehere
  • 666
  • 1
  • 7
  • 23

1 Answers1

0

Problem solved, the issue was with permissions of war file I copied into jenkins war directory. I have given basic permissions i.e.

rw-r--r-- 1 root root 71617234 Jun 30 11:24 jenkins.war

and then tried to restart jenkins , it worked appropriately. Previously somehow these permissions were not there for the war file.

vsbehere
  • 666
  • 1
  • 7
  • 23