Label: plugin-builder

Content with label plugin-builder in hudson (See content from all spaces)
Related Labels: plugin-report

Batch Task Plugin
plugin adds batch tasks that are not regularly executed to projects, such as releases, integration, archiving, etc. In this way, anyone in the project team can execute them in a way that leaves record. \\ Usage When you install this plugin, your project configuration page ...
Gant Plugin
plugin allows Hudson to invoke Gant http://groovy.codehaus.org/Gant build script as the main build step. The plugin works much like Ant builder, and using it is very easy. You basically just need to specify the Gant targets that you ...
Gradle Plugin
plugin allows Hudson to invoke Gradle http://www.gradle.org/ build script as the main build step. \\ \\ Changelog Release 1.1 (November 07, 2008) Gradle 0.5 version support Before the version 0.5, the gradle windows executable file is "gradle.exe ...
Grails Plugin
plugin allows Hudson to invoke Grails tasks as build steps.   Changelog  0.15 added option to specify base directory if the Grails project is not at the root of the job checkout &nbsp
mldack
plugin adds the ability to directly execute Groovy code.  Configuration To configure available Groovy installation on your system, go to Hudson configuration page, find section 'Groovy' and fill the form as shown bellow. \\ !snapshot6.png!  Usage To create ...
MSBuild Plugin
plugin allows you to use MSBuild to build .NET projects. To use this plugin, specify the location of MSBuild.exe on Hudson's configuration page.  Then, on your project configuration page, specify the name of the build file (.proj or .sln) and any command line ...
NAnt Plugin
plugin allows you to build .NET projects using NAnt. In order to use this plugin, you need to first configure a NAnt installation, which can be done on the Hudson Configuration page.  Simply specify a name for the installation, and the path to the installation ...
Phing Plugin
Phing Plugin This plugin allows you to use Phing http://phing.info/trac/ to build PHP projects. Configuration System Configuration \\ If you have multiple Phing installations, you can configure Hudson to allow that each project will select the installation ...
Rake plugin
plugin allows Hudson to invoke Rake http://rake.rubyforge.org tasks as build steps. The plugin detects the ruby VM installed on the host and it allows you to include new instances. You can configure Hudson to allow that each project will select the installation ...
Ruby Plugin
plugin will let users use Ruby in the build scripts. The plugin works like Shell builder. To use, you just enter the Ruby scripts in the text area and save. During build  the Ruby interpreter (defaults to 'ruby') will be used to execute the scripts ...