Here’s my 2nd after-JavaOne “project of the day” Jenkins plugin. This has been in the back of my mind for quite some time, but it took this gentleman to grill...
POTD: iOS device connector plugin (cont’d)
Today, I wrapped up the project I started Friday and released iOS device connector plugin.
POTD: iOS device detection in Jenkins
I was talking to my colleague Mark Prichard about mobile development with Jenkins, and I came up with this idea.
Internet Explorer only takes string in HTML5 postMessage
Today I learned the hard way that our beloved Internet Explorer doesn’t handle HTML5 cross-domain messaging functionality (AKA postMessage) correctly.
Jenkins Git Server Plugin
Jenkins Git Server plugin is a so-called “library plugin”, which doesn’t offer any user-visible feature by itself, but instead enables other plugins to do something easily inside Jenkins. In case...
Meetup “Automated testing & continuous deployment for mobile apps” tomorrow
Mark Prichard from CloudBees, myself, and Matt Solnit from SOASTA will deliver a joint talk Thursday evening at Silicon Valley Cloud Computing Group.
Jenkins User Conference Israel
I’ll be visiting Israel this week, for Jenkins User Conference in Herzliya. I think this is my 3rd time visiting there, and I always enjoyed my visit and people over...
POTD: Confluence static cache generator plugin
I’m not sure about your Confluence, but my Confluence was dog slow. Page rendering regularly took a second or two, or even worse. That’s why I wrote this plugin.
Jenkins User Conference New York: my take
In one of those days, I’ll get a small enough computer whose battery won’t die in 45 minutes, but until then, my apologies for the belated Jenkins User Conference travel...
Push changes directly into BuildHive, and never run tests again!
On top of pull requests auto-build, BuildHive now allows you to push changes directly in via ssh. I call this feature “validated merge”.
Jenkins Pry Plugin
I released Jenkins Pry plugin 1.1 today. This plugin adds the “pry” command to Jenkins CLI so that you can use pry to introspect a running Jenkins instance via pry....
POTD: Groovy Sandbox
I posted the other day about Groovy’s SecureASTCustomizer and how it is harmful. In the end of that post, I suggested that doing the check dynamically would work better.