Deployment Detail Report

The Deployment Detail Report provides information about deployments that ran during a specified reporting period. Each report row represents a deployment that ran during the reporting period and matched the filter conditions.

Reports can be filtered in various ways, and columns can be selectively hidden. Reports can be saved and printed. See Saving and printing reports.

When selected, the report runs automatically for the default reporting period (the current month) and with all filters set to Any. The default report represents all deployments that ran during the current month.

Deployment Detail Fields

Initially, all fields are displayed.

Table 1. Deployment Detail fields
Field Description
Application Name of the application that ran the deployment.
Environment Target environment of the deployment.
Date Date and time when the deployment ran.
User Name of the user who ran the deployment.
Status Final disposition of the deployment. Possible values are:
  • Success
  • Failure
  • Running
  • Scheduled
  • Approval Rejected
  • Awaiting Approval
Duration Amount of time the deployment ran. For a successful deployment, the value represents the amount of time to complete successfully. If deployment failed to start, no value is given. If a deployment started but failed to complete, the value represents the amount of time it ran before it failed or was canceled.
Action This field provides links to more information about the deployment. The View Request link displays the Application Process Request pane. See Applications.

Running the Deployment Detail Report

To run a report:

  1. Use the Date Range date-picker to set the report's start and end dates.
    Table 2. Date range
    Field Description
    Current®, Prior Week Start day is either Sunday or Monday, depending on what is defined in your system. Reporting interval is set to days.
    Current, Prior Month Start day is first day of the month. Reporting interval is set to days.
    Current, Prior Quarter Quarters are bound by calendar year. Reporting interval is set to weeks.
    Current, Prior Year Current year includes today's date. Reporting interval is set months.
    Custom Displays the Custom window, from which you can pick an arbitrary start and end date.

    The start time is automatically set to 00:00 (24-hour clock) for the selected date in the reporting period. The end time is automatically set to 24:00 for the selected date.

  2. Set the report filters.

    Filters are set with the properties lists. To set a filter, select it from the corresponding property list box.

    Table 3. Report filters
    Field Description
    Application Only deployments that are run by the selected application are shown in the report. Default value: Any.
    Environment Only deployments that are run by the application that is selected in the Application list that also used this environment are shown in the report. If the application value is Any, the available value is Any; otherwise, environments that are defined for the selected application are listed.
    User Only deployments that were run by the selected user are shown in the report. Default value: Any.
    Status Only deployments with the selected status are shown in the report. Default value: Any.
    Plugin Only deployments that used the selected plug-in are shown in the report. Default value: Any. Note: the Any value also includes deployments that did not use a plug-in.
  3. Run the report.

    Click Run to apply your filter conditions to the data and produce the report.

By default, the report is sorted by Application. You can sort the report on any field by clicking the column header.

For information about saving and printing reports, see Saving and printing reports.

Sample reports

The following table contains examples of reports that can be produced with the Deployment Detail Report.

Table 4. Sample Reports
Field Description
Show all failed deployments that occurred on July 4th during the previous year.
  • Application: Any
  • Status: Failure
  • Date Range: Use the Custom window to specify the start and end dates to July 4th.
Show deployments for an application that used a specific environment.
  • Application: Select the value from the list.
  • Environment: Select the environment from the list.

    When an application is selected, only environments that are defined for it are available in the Environment list.

Show failed deployments that used a specific plug-in yesterday.
  • Status: Failure
  • Plugin : Select the value from the list.
  • Date Range: Use the Custom window to set the start and end dates to the previous day.
Show my deployments that used a specific application during the past month.
  • Application: Select the value from the list.
  • User: Select your user ID.
  • Date Range: Select Prior Month.

Feedback