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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: