This is on Jenkins ver. 1.510
...
ln builds/lastStableBuild C:\Jenkins\jobs\JobName\lastStable failed
hudson.util.jna.WinIOException: Failed to create a symlink C:\Jenkins\jobs\JobName\lastStable to builds/lastStableBuild error=183:null
at hudson.util.jna.Kernel32Utils.createSymbolicLink(Kernel32Utils.java:92)
at hudson.Util.createSymlink(Util.java:1061)
at hudson.model.AbstractBuild.createSymlink(AbstractBuild.java:488)
at hudson.model.AbstractBuild.access$700(AbstractBuild.java:103)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:723)
at hudson.model.Run.execute(Run.java:1600)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
...
This exception occures at the end of each build. It does NOT affect the build outcome, e.g. Success or Failure.
This exception occures even if there are no spaces in the path
Refer to
JENKINS-17681for a possible duplicate report