teamcity - How do i set a parameter in one step that i can use in another -
teamcity - How do i set a parameter in one step that i can use in another -
i set variable of description in 1 step of build configuration can utilize in step.
so in step 1 set variable , in step 2 read variable
is possible?
to within same build configuration need utilize service messages
to share between build configurations within same project can via project parameters. of teamcity 8.1, set in build need add together step run curl.exe utility , set parameter value via teamcity rest api.
c:\path\to\curl.exe -v --request set -d "yourparamvalue" --header "content-type: text/plain" http://youruser:yourpassword@yourteamcity.server.local:port/httpauth/app/rest/projects/yourprojectname/parameters/yourparameter
related: teamcity, set configuration parameter next build
teamcity, passing id generated in 1 build step later build step
teamcity
Comments
Post a Comment