I guess the question I have is what is the purpose of the first job? Why would job #2 do the checkout of the source code?
Richard. On Thu, Sep 13, 2012 at 6:42 PM, Varghese Renny <varghesekre...@gmail.com> wrote: > Hi > Two jobs > 1 job- taking pull with update from one repository and copying it to the > workspace of 2nd job.(Mercurial) > 2 job- will do build operation. > > Copy operation i am doing with Robocopy command > My issue is > Suppose somebody deleted the file from repository, it's copying to the > workspace of 2nd job, that time suppose a.txt is already there in the second > job workspace, while copying to second job workspace, it won't delete the > a.txt. I needed to delete the a.txt also. I can't do move operation here. > Please advice me some solution for this