Hi all, I recently learned that when run on Linux, Jenkins uses symlinks to make builds a bit more easily accessible on the file system.
lrwxrwxrwx 1 danielbeck danielbeck 19 Jun 10 19:24 1 -> 2012-06-10_19-24-57 lrwxrwxrwx 1 danielbeck danielbeck 19 Jun 10 19:25 2 -> 2012-06-10_19-25-52 drwxr-xr-x 2 danielbeck danielbeck 4096 Jun 10 19:24 2012-06-10_19-24-57 drwxr-xr-x 2 danielbeck danielbeck 4096 Jun 10 19:25 2012-06-10_19-25-52 This came as quite a surprise, and now I'm wondering what else is different with Jenkins Master on different OSes and could affect my choice of OS for the Master node. Is this documented anywhere? While the wiki contains instructions on how to set up Jenkins, it doesn't mention functional differences in Jenkins between operating systems. Regards, Daniel