Ask for Help
“How do I get Jenkins to run the tests for every branch, not just master?”
Turns out that’s the default behavior of Jenkins. You can “Branches to build” to “*” in the build options. CI boxes spun up by Lobot sets that to ‘master’ by default.
However, if you have a persistent branch other than master that needs ci, it’s probably better to just make another build than have Jenkins build all branches always.
Interesting Things
- Typekit has been acquired by Adobe.
- SSDs are really fast. Adding an index on a particular project took 4 minutes locally, but 4 hours on an EC2 box with an instance store.
With the same amount of data in the table? That’s crazy.
October 19, 2011 at 12:29 pm