Plugin Information
| Plugin ID |
ivy |
| Latest Release |
0.6 |
| Latest Release Date |
Jan 19, 2010 |
| Changes via Fisheye |
In Latest Release
Since Latest Release |
| Maintainer(s) |
n/a (id: hibou)
Martin Ficker (id: martinficker)
n/a (id: jmetcalf)
Timothy Bingaman (id: tbingaman) |
| Issue Tracking |
Open Issues |
This plugin automatically configures a build to trigger other builds based on dependency configuration via Apache Ivy.
Supported Versions
Since Version 0.2 this Plugin supports ivy 2.0.0.
Configuration

Upon building, it scans the ivy.xml and fills in the 'build other projects' setting, which results in output on the project page of which projects are upstream (depends on) and which are downstream (is a dependency). 
Proposed Features
- Addition of an Ivy project type in Hudson to add more complete support for Ivy modules. Much of the functionality would copy from the ideas and code of the Hudson Maven plugin. See Adding Ivy Project Support for more information.
Changelog
Version 0.6 (Jan 19, 2010)
- Fixed
HUDSON-4069 - Downstream builds will no longer be triggered when the current build has failed.
- Note: requires Hudson 1.341 or newer
Version 0.5 (Jan 18, 2010)
- Fixed NullPointerException introduced in 0.4 when no build with a workspace can be found for an ivy-enabled project
- Fixed issue introduced in 0.4 where the ivy.xml backup file was copied into the build directory instead of the project directory
Version 0.4 (Dec 29, 2009)
- Ivy setting on job config page always came up with first entry instead of saved value
- Update uses of deprecated APIs
Version 0.2
- now version 2.0.0 of ivy is supported
- the ivy plugin can now handle builds run on a slave