Forum Discussion
jojo_the_coder
Jun 12, 2021Copper Contributor
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