+ Surya walked us through https://github.com/jenkinsci/dotCI[the dotCI source code] yesterday, and a bunch of ideas about how to reuse pieces are discussed. The recording is on YouTube, and https://docs.google.com/document/d/1zXYOz9Zy-CLu2t8PgqIU0jMO8890PRNjPEAvlrx-HW8/edit#[my notes are here]. + +...
+ image:https://wiki.jenkins.io/download/attachments/57181939/hangout.png?version=1&modificationDate=1361998218000[image,width=200] + + + + This week I'm going to do an office hour on how to write an acceptance test in https://github.com/jenkinsci/acceptance-test-harness[Jenkins acceptance test harness]. The event is on https://www.timeanddate.com/worldclock/fixedtime.html?msg=Jenkins+Office+Hours&iso=20140519T11&p1=283&ah=1[Wednesday 11am PT]. + + + This new Selenium-based test harness is full of page objects and other abstractions that let you write blackbox integration tests on Jenkins and its plugins, as well as how they behave under...
After Hudson got some major publicity at PyCon Atlanta 2010 I haven’t been as quick as I would have liked with Python-related posts and tutorials. I use Hudson to build and test a number of pure Python modules and C extensions across numerous Python versions (covering 2.4 - 3.1). For most beginners, or those simply looking to get started with Python on Hudson, starting...