Plugin Information
This plugin allows Hudson to invoke Gradle build script as the main build step.
Roadmap
- Use the Gradle API for accessing all the Gradle functionality
- Provide a Maven-like or Ivy-like integration
- Multi-projects detection
- Adding the automatic detection paths of the tests result
- Listing the executed tasks with time execution for each task
- Providing a log for each module in a multi project
Changelog
Release 1.4 (June, 09, 2010)
- Fixed help messages
- Added technical internal behavior for a suitable Artifactory/Gradle integration (with the buildinfo)
Release 1.3 (February 23, 2010)
- Added a description message in the build step
- The plugin makes its possible to extract a Gradle distribution from a shared location or from a command line, and uses this
distribution for running the build.
Release 1.2 (February 07, 2009)
- Added a distinction between switches and tasks
- The plugin makes its possible to specify the location of the build script if the workspace has a top-level build.gradle in somewhere other than the module root directory
- Improved user help messages
Release 1.1 (November 07, 2008)
- Added the support of Gradle 0.5
Before the version 0.5, the gradle windows executable file is "gradle.exe" and you lost the ERRORLEVEL value.
From Gradle 0.5, the window launcher is a .bat file that conserves the correct ERRORLEVEL value.
Release 1.0 (October 04, 2008)