Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions content/en/docs/deployment/general/mendix-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ The search and filter options allow you to review specific run types. You can do
* Filter by trigger: All triggers, recurring schedule, Teamserver push (Git), or manual
* Filter by status: All statuses, pending, succeeded, in progress, or failed

### Run Results
### Run Details{#run-results}

To see the results of a particular run, click **Details** ({{% icon name="paper-clipboard" %}}).

This page provides an overview of the run details. Clicking an entry expands the executed step, revealing more information about the run; this is particularly useful for debugging failed Mendix Pipeline runs. When a step is expanded, a **View Parameters** button becomes visible, use this to view the input and output parameters and their values.

At the top of the page, there are several cards that display important information, such as whether the run succeeded or failed. If it failed, it includes information about the error that caused the run failure. There are two types of errors: step-level errors and system-level errors.

#### Step-Level Errors
Expand All @@ -70,6 +68,18 @@ If a step fails, that step is flagged with an error icon ({{% icon name="alert-t
System-level errors occur if [user settings](#configure-settings) have not been configured or if an internal Mendix component is down.

If a system-level error occurs, the card in the upper-left corner of the **Details** page identifies the error that caused the run to fail. Click **See details** on the card to view more information about the error.

The run details page also provides an overview of the run. Clicking an entry expands the executed step, revealing more information about the run; this is particularly useful for debugging failed Mendix Pipeline runs. When a step is expanded, a **View Parameters** button becomes visible, use this to view the input and output parameters and their values.

#### AI Log Summary

In addition to **View parameters** button, every executed step, whether successful or failed, includes a **Summarize** button, which when clicked, generates an AI-powered summary of the step run. For failed steps, the summary explains the error and suggests next steps to help resolve the issue.

The summary pane, also includes the following actions:

* **Retry** to regenerate a new AI log summary
* **Like** or **Dislike** to provide feedback on the AI-generated response
* **Copy** the AI summary to clipboard

## The Designs Tab{#designs-tab}

Expand Down
8 changes: 8 additions & 0 deletions content/en/docs/releasenotes/deployment/mendix-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ These release notes cover changes to the functionality and other features of the

To see the current status of the Mendix Pipelines, see [Mendix Status](https://status.mendix.com/). Here you can also see planned maintenance and past incidents.

## 2026

### February 26, 2026

#### New Features

* We have added AI-powered log summary to all Mendix Pipeline steps to provide insights into pipeline operations.

## 2025

### November 27, 2025
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/landingpage/latest-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
<p class="rn-date">February 18, 2026</p>
<p class="rn-date">February 26, 2026</p>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/catalog/">Catalog Release 2.150.0</a>
Expand Down