binaryResultsDirectory = file(binaryResultsDirectory.asFile.get().getAbsolutePath() + “/” + { hostuniq })
definitely wrong. Providing a unique path here was needed. Works fine.
binaryResultsDirectory = file(binaryResultsDirectory.asFile.get().getAbsolutePath() + “/” + { hostuniq })
definitely wrong. Providing a unique path here was needed. Works fine.