Weird VCS warnings
Anyone know what these log entries mean?
WARN - llers.ArtefactUploadController - Unauthorized access: docs/DBChanges 6
WARN - llers.ArtefactUploadController - Unauthorized access: .cvsignore 6
WARN - llers.ArtefactUploadController - Unauthorized access: build.xml 6
WARN - llers.ArtefactUploadController - Unauthorized access: cs_cache_lock_92 6
Please sign in to leave a comment.
Hi Vincent,
Usually such messages occure when build agent tries to publish files for a build which doesn't exist or is finished from server's point of view.
Please make sure that you don't have "." in artifacts path setting for you build configuration - I don't think you want all your project tree to be uploaded from build agent to build server.
Regards,
KIR