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?
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?