Configurations

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.

  1. Selected configuration

    User can click on a particular configuration in the tree in order to view or edit information about the selected configuration.

  2. 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.

  3. Tabs of a configuration

    Build information

    Display build information for the selected configuration.

    Basic settings

    Display or edit the basic setting for the selected configuration.

    Repositories

    Display or edits the repository information about the selected configuration.

    Builders

    Display or edit the builder information about the selected configuration.

    Steps

    Display or edit the step information about the selected configuration.

    [Note]Note

    Step order as displayed in this tab has no significance. Actual order of the execution is determined by the serial composition step.

    Login mappings

    Display or edit login mapping information about the selected configuration.

    Child configurations

    Display, create, delete, or move child configurations of the selected configuration.

    [Warning]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.

  4. Configuration log

    Click here to access log about the selected configuration. Log level can be controlled in the basic settings tab.

  5. History builds information

    Display history builds count. List of history builds will be displayed when you click on this link.

  6. Trigger button

    Click this button to create a new triggering instance in a configuration.

  7. Actions can be performed on a build

    Move To

    Move the current build to another configuration.

    Promote

    Promote the current build to another (target) configuration. Detail information about the promote is available in the build promotion chapter.

    Rebuild

    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

    Delete this build including all the published artifacts. Artifacts published by using soft links are not affected.

  8. 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.

  9. Published artifacts

    User can download the published artifacts from here. The existing artifacts can also be deleted here.

  10. 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.