Using Queue Time Variables in Python Script File Path : Azure Pipeline

Copper Contributor

I can print Queue Time Variable
via inline script source
as for example

print("$(application)") 

But for file path, I have to pass $(application)
as argument and then parse argument inside script.

Is there any generic way to do that as my Queue Time Variables
are dynamic.

Any advice would be appreciated

0 Replies