开发者

hudson refresh operation delete my workspace?

开发者 https://www.devze.com 2023-02-13 22:46 出处:网络
I have two builds from the same set of source codes , if jobA starts \"svn update\" when jobB is \"svn updating\", hudson will tell me the workspace is locked and hudson refreshes the workspace , so t

I have two builds from the same set of source codes , if jobA starts "svn update" when jobB is "svn updating", hudson will tell me the workspace is locked and hudson refreshes the workspace , so the source codes are refreshed , hudson deletes my workspace and checks out again!

We have more than one coders that can execute开发者_JS百科 build operation on hudson , so this situation has occurred multiple times , hudson can do not refresh the workspace when the workspace is locked ?


I am not sure if I understood your problem correctly, but ideally it would be better to not share the same workspace for the two jobs. By default, a fresh workspace gets created per job in hudson, and once created, any new checkins are only polled and update the workspace.The workspace would be under the project folder - I am not sure how you are even sharing the spaces of the two jobs/projects. Better take a look at the project configuration details, just in case you've inherited some flawed configurations.

0

精彩评论

暂无评论...
验证码 换一张
取 消