You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
I set the option Store the triggered build id's in a variable.
However in a subsequent powershell task I'm not able to obtain the value of the variable in any way.
If I list the variables using:
Get-ChildItem Env:
No variable like the expected documented ones appear in the list.
How can I obtain the launched build Ids inside a subsequent powershell task?