Plugin Information
The Schmant plugin enables Hudson to run Schmant build scripts. Requirements
Global configurationSchmant homeThe Schmant home property should be set to point to the root directory of the Schmant installation that Hudson should use. Project configurationThe following configuration properties can be set on a per-project basis: Script file (required)The path to the build script file. If this path is relative, it is interpreted relative to the build workspace root directory. VariablesVariables (key=value) that are available to the build script in the props variable. Script argumentsArguments that are available to the build script in the args variable. System propertiesAdditional system properties to set. System properties are available to the build script in the props variable. VerbosityDetermines the verbosity of Schmant. Any verbosity level above INFO will generate a lot of output. Task package pathThe path to additional Schmant task packages. Path entries are separated by the host operating system's path separator char (':' on Unix, ';' on Windows). Script engine nameThe name of the script engine to use for running the build script. If this is not set, the script engine will be inferred from the build script's file name extension. Additional classpathAdditional Jar files to add to Schmant's classpath. This can be used to add Jar files for the script engine to use if they are not installed in the JDK. ChangelogVersion 1.1.4 (2009/12/15)
Version 1.0 (2009/04/01)
|