Forum Discussion

jojo_the_coder's avatar
jojo_the_coder
Copper Contributor
Jun 12, 2021

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

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

No RepliesBe the first to reply