This page shows detail information about a particular configuration. User can navigate to this page by selecting CONFIGURATIONS from the main navigation area, or clicking on a particular configuration from the dash board page. Left side of the page is a tree of configurations, the right side is detail information about selected configuration in the tree.

Selected configuration
User can click on a particular configuration in the tree in order to view or edit information about the selected configuration.
Reveal selected configuration
User can expand or collapse the whole configuration tree. When the tree is collapsed, user can click on the reveal link to only reveal selected configuration, and its ancestors, while keeping the other configurations closed.
Tabs of a configuration
Display build information for the selected configuration.
Display or edit the basic setting for the selected configuration.
Display or edits the repository information about the selected configuration.
Display or edit the builder information about the selected configuration.
Display or edit the step information about the selected configuration.
![]() | Note |
|---|---|
Step order as displayed in this tab has no significance. Actual order of the execution is determined by the serial composition step. | |
Display or edit login mapping information about the selected configuration.
Display, create, delete, or move child configurations of the selected configuration.
![]() | Warning |
|---|---|
Before you delete or move child configurations, you should make sure that there are no builds currently running in them. Otherwise, the operation will fail. | |
Configuration log
Click here to access log about the selected configuration. Log level can be controlled in the basic settings tab.
History builds information
Display history builds count. List of history builds will be displayed when you click on this link.
Trigger button
Click this button to create a new triggering instance in a configuration.
Actions can be performed on a build
Move the current build to another configuration.
Promote the current build to another (target) configuration. Detail information about the promote is available in the build promotion chapter.
Re-generate the current build. This action is only available when the current build has a label in the repository, because QuickBuild tries to retrieve and rebuild the same source code set.
Delete this build including all the published artifacts. Artifacts published by using soft links are not affected.
Logs and reports of a build
Build log records the log information about a build. Log level can be controlled through the basic settings tab. Revision log records the change logs since last build. JUNIT html report is a link to the html reports generated by junitreport task in Ant. Clover html report is a link to the html reports generated by clover-report task in Ant. Refer to this use case for details.
Published artifacts
User can download the published artifacts from here. The existing artifacts can also be deleted here.
Upload new artifact or create new directory
User can upload a new artifact or create a new directory to make them available as a part of the published artifacts. For example you can upload an installation guide here.