Skip to content

Commit 73c379b

Browse files
FORGE-51:Provide mendix provided variables for pipelines (#11683)
* FORGE-51:Provide mendix provided variables for pipelines Updated the description of the variable selector feature to clarify its functionality. updated the doc and release notes * Clarify Variable Selector description Updated the description of the Variable Selector to include 'Mendix provided variables'. * Update Variable Selector details and release date in documentation --------- Co-authored-by: Olufunke Moronfolu <olufunke.moronfolu@mendix.com>
1 parent 1ebe868 commit 73c379b

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

content/en/docs/deployment/general/mendix-pipelines/configuring-post-get-steps.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,16 @@ The following table summarizes the available configuration fields.
4646

4747
### Variable Selector
4848

49-
To reduce errors caused by manual typing and speed up configuration, Mendix Pipelines provides a **Variable Selector** for supported configuration fields.
49+
To reduce errors caused by manual typing and speed up configuration, Mendix Pipelines provides a **Variable Selector** for supported configuration fields. Typing `$` in a supported field opens the **Variable Selector**, which displays available variables. The list is dynamically populated with:
50+
51+
* user-defined variables
52+
* outputs from previous pipeline steps
53+
* Mendix-provided variables:
54+
* `$Mendix.ProjectId`
55+
* `$Mendix.TriggerType`
56+
* `$Mendix.Branch` (Git Push only)
57+
* `$Mendix.Revision` (Git Push only)
5058

51-
Typing `$` in a supported field opens the **Variable Selector**, which displays available variables. The list is dynamically populated with user-defined variables and outputs from previous pipeline steps.
5259

5360
{{< figure src="/attachments/deployment/general/mx-pipelines/mx-pipelines-variable-selector.png" alt="Image of the Variable Selector dropdown displaying a list of available pipeline variables in a configuration field." >}}
5461

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ To see the current status of the Mendix Pipelines, see [Mendix Status](https://s
1212

1313
## 2026
1414

15+
### Aug 06, 2026
16+
17+
#### New Features
18+
19+
* The variable selector now provides suggestions for Mendix-provided variables within the pipeline designer. Users can reference these variables directly in their pipelines instead of hardcoding their values. For more information, refer to the [Variable Selector](/developerportal/deploy/configuring-post-get-request-steps/#variable-selector) section of *Configuring POST and GET Request Steps*.
20+
1521
### May 28, 2026
1622

1723
#### New Features

layouts/partials/landingpage/latest-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
1414
</li>
1515
<li class="lp-panel-list">
1616
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
17-
<p class="rn-date">August 4, 2026</p>
17+
<p class="rn-date">August 6, 2026</p>
1818
</li>
1919
<li class="lp-panel-list">
2020
<a href="/releasenotes/catalog/">Catalog Release 2.150.0</a>

0 commit comments

Comments
 (0)