0

I recently migrated our windows instance of Jenkins to Linux. This was very easy as I just copied everything from %JENKINS_HOME% to the linux box.

However someone let me know they had their own personal instance of Jenkins that they wanted to rollover to the Linux VM. I copied the jobs folder from their Windows box, to the Linux VM but they dont show up in any of my views (including the ALL view). I also installed the Job Import plugin and it ran successfully as well but I have the same issue.

I'm not sure if I have to modify my config.xml to include these views or if there is another file that I need to merge with my Linux VM. I have also restarted the service and reloaded configuration from disk.

This is on Jenkins 2.0.

Does anyone have any thoughts on what I may have missed?

CSchulz
  • 10,882
  • 11
  • 60
  • 114
Cole Mietzner
  • 303
  • 1
  • 5
  • 13

1 Answers1

1

Based on the comment of TheEllis:

The copied job files must have the same owner as the jenkins instance runs under. Furthermore read/write/execute permission for the owner should be set, too.

CSchulz
  • 10,882
  • 11
  • 60
  • 114