Bamboo build fails when checking out SVN repo - E155004

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Bamboo build fails with the exception below:

java.lang.RuntimeException : com.atlassian.bamboo.repository.RepositoryException: Unable to retrieve source code for revision '47283', plan 'PROJ1-PLAN1-JOB1': svn: E155004: Working copy '/bamboo/xml-data/build-dir/PROJ1-PLAN1-JOB1' locked svn: E155004: '/bamboo/xml-data/build-dir/PROJ1-PLAN1-JOB1' is already locked. 

原因

This seems be an issue related to the Subversion workspace of the failing plan.

ソリューション

Try to clear the SVN workspace for the failing plan (BambooHome/xml-data/build-dir/PROJ1-PLAN1-JOB1) as it's suggested on this page and run the Bamboo build again:

Update and clean your working copy.

svn update
svn cleanup

 

 
最終更新日 2013 年 7 月 8 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.