Sha256: 98158f110c329063e80db646d2fd9fee5902cd5b2c906b5f4811d2a3f4f5cca6

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 KB

Contents

# Changelog

## 0.5.0 - 2010/12/1

* hudson warfile no longer bundled with hudson gem
  * rubygem is now 235K instead of 31M!
  * upgrade hudson server and related plugins without requiring a new gem release
* hudson gem now fully drinks the bundler koolaid.
* hudson create
  * --node-labels 'ubuntu,gentoo' - run tests against multiple slave nodes by their label
  * --no-template - do not generate any default steps (well, a silly one)
* hudson add_node
  * --vagrant - provide alternate default values when adding nodes if the node is a Vagrant VM
* hudson default_host
  * NEW - displays the current default host:port URI

## 0.4.0 - 2010/11/11

* hudson create
  * --rubies '1.8.7,1.9.2,rbx-head,jruby' - uses RVM and Hudson's Axes support to run tests within different Ruby environments
  * --scm git://some-alternate.com/repo.git - can override the "origin" URI
  * --scm-branches 'master,other,branches' - specify which branches can be pulled from to trigger tests

* hudson job
  * Can dump information/status about a job

## 0.3.1 - 2010/11/8

* fixed error in the rails3 template's test for schema.rb

## 0.3.0 - 2010/11/8

MAJOR RELEASE!

* All new commands for CLI: build, remove, nodes, add_node
* Updated to Hudson CI 1.381

## 0.2.7 2010/8/25

* Updated to Hudson CI 1.373

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jenkins-0.6.1 Changelog.md
jenkins-0.6.0 Changelog.md
hudson-0.5.0 Changelog.md