Skip to content

Commit be7bb47

Browse files
Merge pull request mendix#9110 from mendix/mx-pipelines
Mx pipelines
2 parents aaf4656 + 69ba2e1 commit be7bb47

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/pipelines.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Click **Copy ID** ({{% icon name="copy" %}}) on a pipeline design to copy the de
9292

9393
Click **More Options** ({{% icon name="three-dots-menu-horizontal-filled" %}}) > **Edit** on a pipeline design to go to its **Details** page. From there, you can view and edit the pipeline details, as described in the [Editing a Pipeline](#edit-pipeline) section below.
9494

95-
Click **More Options** ({{% icon name="three-dots-menu-horizontal-filled" %}}) > **Delete** to delete a pipeline design.
95+
Click **More Options** ({{% icon name="three-dots-menu-horizontal-filled" %}}) > **Delete** to delete a pipeline design. You cannot delete a pipeline design if it is used in any currently running pipelines. Instead, you must wait for the run to finish before you delete the design.
9696

9797
{{% alert color="warning" %}}
9898
If you delete a pipeline design in the **Designs** tab, any run history associated with that pipeline design is deleted from the **Runs** tab.
@@ -121,6 +121,8 @@ From your pipeline design's **Details** page, you can add, remove, and configure
121121
{{< figure src="/attachments/deployment/mendix-cloud-deploy/pipelines/pipeline-design.png" alt="" >}}
122122

123123
{{% alert color="info" %}}
124+
For pipelines that are currently running, the page shows the current state of the steps (finished, running, or not started).
125+
124126
Active pipelines cannot be edited; if you want to edit an existing pipeline, make sure it is deactivated.
125127
{{% /alert %}}
126128

@@ -140,6 +142,8 @@ This is a mandatory step for each pipeline; you cannot delete this step. This st
140142

141143
{{% alert color="info" %}}
142144
The Teamserver push (Git) command requires a Git repository. Customers using an SVN repository for their Mendix app cannot use this trigger.
145+
146+
Ensure that you only create one pipeline per app with the Teamserver push (Git) trigger and the same [branch expression](#branch-expression). If you create multiple pipelines with the Teamserver push (Git) trigger and the same expression, only the pipeline that you created first is executed.
143147
{{% /alert %}}
144148

145149
##### Checkout

content/en/docs/releasenotes/deployment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Follow the links in the table below to see the release notes you want:
1515

1616
| Type of Deployment | Last Updated |
1717
| --- | --- |
18-
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | February 2, 2025 |
18+
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | February 27, 2025 |
1919
| [Mendix for Private Cloud](/releasenotes/developer-portal/mendix-for-private-cloud/) | February 12, 2025 |
2020
| [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | August 27, 2024 |
2121
| [Other Deployment Options](/releasenotes/developer-portal/on-premises/) | September 15, 2023 |

content/en/docs/releasenotes/deployment/mendix-cloud.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ For information on the current status of deployment to Mendix Cloud and any plan
1616

1717
## 2025
1818

19+
### February 27, 2025
20+
21+
#### Improvements
22+
23+
* We have added a validation mechanism for pipeline designs, which prevents users from deleting a design if any pipelines using that design are currently running. For more information, see [Pipelines: Editing a Pipeline Design](/developerportal/deploy/pipelines/#edit-pipeline).
24+
* You can now access the **Details** page of a pipeline at any point, also while the pipeline is running. For more information, see [Pipelines: Run Results](/developerportal/deploy/pipelines/#run-results).
25+
26+
## 2025
27+
1928
### February 20, 2025
2029

2130
#### Improvements
@@ -35,7 +44,7 @@ For information on the current status of deployment to Mendix Cloud and any plan
3544

3645
#### Improvements
3746

38-
* Also as part of the new UI we made improved the experience of using the **Environments Overview** page for paid apps – this is based on your feedback, thanks.
47+
* Based on user feedback, the [new UI](/developerportal/deploy/environments-redesign/) now also contains UX improvements to the **Environments Overview** page for paid apps.
3948

4049
## 2024
4150

0 commit comments

Comments
 (0)