What is your setup? Does it have master + slaves? The master and slave paths are different. Did the jobs run on the same slave?
Have you updated the Jenkins version between those two builds? Has anyone altered the path for the master workspace in <your_server>/configure advanced item below the home path. However unless you use the custom workspace option for your jobs you should not rely on the workspace being in any particular location. If you have a build script located in that place, consider placing it in a shared location and copying it to the workspace at the beginning of the job (assuming that the script is not part of the source code checkout) using one of the copy plugins [1] or [2]. [1] https://wiki.jenkins-ci.org/display/JENKINS/Copy+To+Slave+Plugin [2] https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin Chris. On Friday, July 27, 2012 8:11:25 AM UTC+1, ZHANG Xinchun A wrote: > > Hello, > > I got a urgent problem. > > Yesterday, my jobs would build in “Building in workspace > d:\jenkins\workspace\UTT_Auto_Execution” > > That’s right. Because my build script is at that place > > > > But today, I run the job again. > > It changed to “Building in workspace > d:\jenkins\jobs\UTT_Auto_Execution\workspace” > > > > Anybody know how this happens? > > > > > > Br, > > Tony Zhang, Tz >