Skip to content

Commit d99b408

Browse files
authored
Merge branch 'development' into rn/nmb-10134
2 parents 0ed84dc + cb6fd36 commit d99b408

4 files changed

Lines changed: 19 additions & 6 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

content/en/docs/releasenotes/mobile/mendix-native-mobile-builder.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The Mendix Native Mobile Builder is a UI-based tool, complimentary to Mendix Stu
1616
**Release date: February 20, 2025**
1717

1818
#### Fixes
19-
* We fixed an issue where selected permissions would not be persisted.
20-
* We resolved an issue where renaming the default configuration would break updates.
21-
* We fixed an issue where the Runtime URL was not accepting URLs with subpaths.
19+
* We fixed an issue where the Native Builder UI (NBUI) was not persisting selected permissions.
20+
* We fixed an issue where the **Runtime URL** field in NBUI did not accept URLs with subpaths.
21+
* We resolved a problem where renaming the default configuration broke updates.
2222

2323
#### Known issue
2424
There is an issue updating Native Mobile Builder to this version, as there is an issue with the signing certificate. Native Mobile Builder gets stuck on the loading screen, because the update fails.

0 commit comments

Comments
 (0)