Re: Build failed in Jenkins: Flex_SDK_build #402

2012-12-20 Thread Justin Mclean
HI, > Then it shouldn't be downloaded the files every time. Does it start with > a clean directory and fetch everything from svn or just fetch changes? It only fetches the SVN changes, strategy is set to "use svn update as much as possible". Looks like it reusing the workspace as well so not

Re: Build failed in Jenkins: Flex_SDK_build #402

2012-12-20 Thread Justin Mclean
Hi, > We have the "Discard Old Builds" option selected. Should we try > keeping old builds? That should help with download issues, perhaps? It keeps the last 7 day of builds up to a maximum of 10. Untick that and the machine will likely run out of disk space fairly quickly (happened once befor

Re: Build failed in Jenkins: Flex_SDK_build #402

2012-12-20 Thread Carol Frampton
On 12/20/12 6 :43PM, "Justin Mclean" wrote: >Hi, > >Fairly certain clean and not a super-clean, looking at the script it does >the following: > >ant clean main source-release Then it shouldn't be downloaded the files every time. Does it start with a clean directory and fetch everything from s

Re: Build failed in Jenkins: Flex_SDK_build #402

2012-12-20 Thread Om
On Thu, Dec 20, 2012 at 3:43 PM, Justin Mclean wrote: > Hi, > > Fairly certain clean and not a super-clean, looking at the script it does > the following: > > ant clean main source-release > > Yup, this is what is running: [Flex_SDK_build] $ cmd.exe /C '"f:\hudson\tools\ant\apache-ant-1.7.0\bin\

Re: Build failed in Jenkins: Flex_SDK_build #402

2012-12-20 Thread Justin Mclean
Hi, Fairly certain clean and not a super-clean, looking at the script it does the following: ant clean main source-release Now we have mustella/checkin tests working we probably should add binary-release to that. Each Jenkins runs is in it own workspace so I think that's why it downloads eac