| Similar to rtSetProps and rtDeleteProps I would like to have rtGetProps. When I promote my artifacts in the pipeline I need to known the build. I select the artifact depending on unique value of his custom property (was set with rtSetProps). Then I use the build.name and build.number properties to get the respective build, which should be promoted. Currently I'm able to do it with curl. |