Jenkins : EasyAnt Plugin

Plugin Information

No information for the plugin 'easyant' is available. It may have been removed from distribution.

This plugin allows Jenkins to invoke Apache EasyAnt build script as the main build step.

Please Note

Support for Hudson has now been dropped, only Jenkins will be supported from now on.

Project Configurations

The plugin works much like Gant or Ant builder, and using it is very easy. You basically just need to specify a list of targets that you want to run.

If no targets are set, it will lauch the default target.

System Configurations

If 'easyant' binaries are not in PATH, or if you have multiple EasyAnt installations and you need to be able to configure which project uses which EasyAnt, then you can go to the system configuration and tell Jenkins where your EasyAnt are.

Changelog


Release 1.2 (unreleased)

  • Update code for more recent jenkins
  • Add auto installer feature
  • Add new option on project configuration to specify buildModule, and buildFile
  • Add console annotator

Release 1.1 (Jan 31, 2010)

  • Update code for more recent Hudson

Release 1.0 (Mar 30, 2009)

  • Initial release