Erik,

I don’t have complete specs yet, but vm or bare metal doesn’t matter at all. So 
anything is good. On the box we need java, jenkins slave service, wix and i 
think visual studio.

This is the procedure we use to build the hyper agent, if the box can run this 
we are good to go:

— copy —
rmdir C:\jenkins\workspace\cloudstack-4.4-hyperv-agent\bin /s /q
rmdir 
C:\source\cloudstack\plugins\hypervisors\hyperv\DotNet\ServerResource\CloudStackAgentSetup\bin
 /s /q

cd C:\source\cloudstack
cat .git/config
git clean -fdx
git reset --hard HEAD
git checkout 4.4
git pull --rebase

cd C:\source\cloudstack\plugins\hypervisors\hyperv
C:\Users\Administrator\Downloads\dos2unix-6.0.3-win32-nls\bin\dos2unix.exe 
.\buildagent.sh
C:\cygwin64\bin\mintty --exec 
/cygdrive/c/source/cloudstack/plugins/hypervisors/hyperv/buildagent.sh

cd 
C:\source\cloudstack\plugins\hypervisors\hyperv\DotNet\ServerResource\AgentShell\bin

set PACKAGE_NAME=Cloudstack-4.4.0-%BUILD_NUMBER%-hypervagent

mkdir C:\jenkins\workspace\cloudstack-4.4-hyperv-agent\bin\%PACKAGE_NAME%

xcopy Debug C:\jenkins\workspace\cloudstack-4.4-hyperv-agent\bin\%PACKAGE_NAME%

sleep 20

c:\zip\D7Zip.exe -z 
"C:\Jenkins\workspace\cloudstack-4.4-hyperv-agent\bin\%PACKAGE_NAME%.zip" -f 
"C:\Jenkins\workspace\cloudstack-4.4-hyperv-agent\bin\%PACKAGE_NAME%\"
— end copy --

Cheers,

Hugo 


On 31 jul. 2014, at 12:25, Erik Weber <terbol...@gmail.com> wrote:

> On Thu, Jul 31, 2014 at 12:18 PM, Hugo Trippaers <h...@trippaers.nl> wrote:
> 
>> I’ve removed the following nodes because they have been offline for quite
>> a while now:
>> 
>> build-hyperv
>> devcloud-continueos-tests
>> HyperV2
>> rpmbuilder
>> 
>> The remaining nodes can pickup most of the jobs, with the exception of all
>> windows based jobs.
>> 
>> It anybody willing to host a windows slave for Jenkins so we can build our
>> windows agent and CloudStack mdi packages?
>> 
>> 
> 
> Got any spec requirements for it? Would VM work or should it be bare metal?
> 
> 
> -- 
> Erik

Reply via email to