I am using Quickbuild 1.3 I want to export all runtime variables of a build job to a properties file.
I know that in Quickbuild you can refer to each variable and get its value using OGNL but I don't know how to get all available variables at runtime, and list them.
Do you know how to do that?
Thanks!
It is a really old version of quickbuild and you should defined change to a newer one if it's possible for you. you can access variables by using this expression:
In the new versions you can also use groovy script to access all internal Java objects and write more complicated conditioned statements like: