This step is used to trigger builds in other configurations.
Determines if this step is necessary during the build process. It is an OGNL expression with current configuration as its root object.
Specify servlet URL for the QuickBuild system where you want to promote builds into. For example, "http://another-server:8080/app.do". If not specified, it will default to current QuickBuild system.
Specify full name of the configuration name where you want to promote builds into, for example: "root.project1.release". This configuration and the following build property will uniquely identify the build where you want to retrieve artifacts from.
Specify user name to login to the QuickBuild system indicated above. It should have the permission to perform build in the above configuration. If this property is not specified, anonymous user will be assumed.
Specify password of the above user.
Version for generated new build if above condition is satisfied. If left empty, "next build version" of current configuration will be used.
If true, run build cleanly. Otherwise, run build incremently.
Change variable values for this manual triggering.
Whether or not to propagate variables to dependent builds. If this value is set to "yes", variables defined here also take effect when evaluate OGNL expressions for remote dependent builds (defined through QuickBuild repository) of the configuration specified here.