teamcity - Forward slash "/" in REST URL? -


i using rest team city: https://confluence.jetbrains.com/display/tcd10/rest+api#restapi-build_artifacts

to download artifacts. need download artifacts latest successful build specific branch.

currently works specific branch called (that have successful tc builds): mybranch

http://tchost/httpauth/app/rest/builds/buildtype:mybuildconfigid,branch:(mybranch)/artifacts/archived 

but fails specific branch called (that have successful tc builds): prefix/mybranch

http://tchost/httpauth/app/rest/builds/buildtype:mybuildconfigid,branch:(prefix/mybranch)/artifacts/archived 

i think because of forward slash "/" in latter case. need able create branches forward slashes.

how create valid rest url "/" in branch name?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -