07 Nov
At my current gig, we use Atlassian Bamboo as a Continuous Integration server. It plugs into the rest of our Atlassian tools, which is nice.
It took me a bit to get my perl test cases to work with it, but with the help of TAP::Harness::JUnit, I finally got it to work. It’s really easy too:
Install [...]
Posted in Uncategorized by: gary.richardson
1 Comment
16 Apr
I’m starting to work on some perl code for my current gig. In the past, I’ve set up my own CPAN mirror and added my code to make installing perl modules a snap.
This time around, I’ve standardized on using puppet for automation. I was really hoping to use RPM’s for software installations, since this is integrated very nicely into [...]
Posted in Uncategorized by: gary.richardson
1 Comment