Noticed that by default, its copying the job to the system temp. Since we can run multiple slaves on a machine, thats probably a bad idea (as the system temp folder has no slave name in it, and thus can conflict between the separate instances).
Its this line:
if self.deadlinePlugin.GetBooleanConfigEntryWithDefault( “CopyNukeFileToSystemTemp”, True ):