Links from my DDDNorth session ‘Automated Build Is Not The End Of The Story’

Thanks to everyone who came to my DDDNorth session ‘Automated Build Is Not The End Of The Story’, the links to the tools I discussed are as follows Visual Studio Lab Management MSDN http://msdn.microsoft.com/en-us/library/dd997438.aspx ALM Rangers best practice guidance http://vsarlabman.codeplex.com/ Building Environments SC-VMM http://technet.microsoft.com/en-us/library/gg610610.aspx ALM Rangers VM Factory http://vsarvmfactory.codeplex.com/ Chef http://www.opscode.com/chef/ Puppet http://puppetlabs.com/ Deployment ALM Rangers Test Infrastructure Guidance http://tig.codeplex.com/ ALM Rangers DevOps Workbench Express Edition http://vsardevops.codeplex.com/releases/view/111294 Octopus Deploy http://octopusdeploy.com/ Buildmaster http://inedo.com/buildmaster/overview InRelease http://www.microsoft.com/visualstudio/inrelease/

October 13, 2013 · 1 min · Richard Fennell

Get rid of that that zombie build

Whilst upgrading a TFS 2010 server to 2012 I had a problem that a build was showing in the queue as active after the upgrade. This build was queued in January, 10 months ago, so should have finished a long long time ago. This build had the effect that it blocked any newly queued builds, but the old build did not appear to be running on any agent – a zombie build. ...

October 10, 2013 · 1 min · Richard Fennell

Fix for - Could not load file or assembly 'Microsoft.VisualStudio.Shell’ on TFS 2010 Build Controller

I have previously posted about when TFS build controllers don’t start properly. Well I saw the same problem today whilst upgrading a TFS 2010 server to TFS 2012.3. The client did not want to immediately upgrade their build processes and decided to keep their 2010 build VMs just pointing them at the updated server (remember TFS 2012.2 and later servers can support either 2012 or 2010 build controllers). The problem was that when we restarted the build service the controller and agents appeared to start, but then we got a burst of errors in the event log and we saw the controller say it was ready, but have the stopped icon. ...

October 10, 2013 · 2 min · Richard Fennell

And the most ridiculous packaging award of the day goes to…

CPC who managed to send two resistor-capacitor balances for LED lights, which as about 1cm in size in a box as shown here Other than loads of that inflatable packing material there was a huge CPC catalogue, with the interesting sticker So an online electronics company, that provides free shipping (a really good thing when the components were only a couple of £s), chose to also send a very heavy catalogue that they know is out of date, when I have already used their quick and easy web site. ...

September 30, 2013 · 1 min · Richard Fennell

‘TF400499: You have not set your team field’ when trying to update Team Settings via the TFS API

I have recently been automating TFS admin processes such as creating a new team within an existing team project. The TFS team is now our primary means we use to segment work so we need to create new teams fairly often, so automation makes good sense. As far as I can see, there are no command line tools, like TF.EXE or WITADMIN.EXE, to do most of the team operations. They are usually browser based. So I have been using PowerShell and the TFS API for the automation. ...

September 16, 2013 · 2 min · Richard Fennell

Moving from Ubuntu to Mint for my TEE demos

I posted a while ago about the problems with DHCP using a Hyper-V virtual switch with WIFI and an Ubuntu VM, well I never found a good solution without hard coding IP addresses. I recently tried using Mint 15 and was please to see this did not suffer the same problems, it seems happy with DHCP over Hyper-V virtual switches. I think I will give it a go a do a while for any cross platform TEE demos I need for a while. ...

September 10, 2013 · 1 min · Richard Fennell

Where did that email go?

We use the TFS Alerts system to signal to our teams what state project build are at. So when a developer changes a build quality to ‘ready for test’ an email is sent to everyone in the team and we make sure the build retention policy is set to keep. Now this is not the standard behaviour of the TFS build alerts system, so we do all this by calling a SOAP based web service which in turn uses the TFS API. ...

September 10, 2013 · 2 min · Richard Fennell

Maybe I should have got the Nokia 925

I was at Jodrell Bank to see Sigur Ros last Friday. I could have really done with the low light features of Nokia 925 as opposed to my 820. The shots I took of the projected light show onto the radio telescope disk were not as good as I hoped. But the panorama earlier in the evening worked well

September 1, 2013 · 1 min · Richard Fennell

DDDNorth registration is now open

DDDNorth registration is now open, and I am sure will soon close and move to a wait list. So if you want to attend I would get in early

August 29, 2013 · 1 min · Richard Fennell

Review of ‘Software Testing using Visual Studio 2012’ from Packt Publishing

I have just been reading Software Testing using Visual Studio 2012 by Subashni. S and Satheesh Kumar. N from Packt Publishing This book does what it says on the cover, it is a general introduction to the testing tools within the Visual Studio 2012 family. My comment is not about how well it is done, it is a clear enough introduction, but why produce a book that really just covers what is in MSDN, Channel9, numerous podcasts, blogs and ALM Rangers documentation? ...

August 28, 2013 · 4 min · Richard Fennell