Configure step "Trigger build in another configuration"

This step is used to trigger builds in other configurations.

Step necessary condition

Determines if this step is necessary during the build process. It is an OGNL expression with current configuration as its root object.

Remote QuickBuild URL

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.

Configuration

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.

User to login

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.

Password

Specify password of the above user.

Build necessary condition

Version for generated new build if above condition is satisfied. If left empty, "next build version" of current configuration will be used.

Is clean build?

If true, run build cleanly. Otherwise, run build incremently.

Override variables

Change variable values for this manual triggering.

Propagate variables to dependent builds?

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.