How to set Release Variables scope per Deployment Agent

独自空忆成欢 提交于 2019-12-11 17:04:51

问题


How to set the release variables scope per deployment agent? for example, while setting up IIS Bindings, i need to use different IP on each deployment agent.

we can set Release variable scope per deployment group, but not able to find a way to set at the agent level.


回答1:


One possible solution might be to set the IP on the agent as an environment variable and then pass the environment variable to the task.



来源:https://stackoverflow.com/questions/53887231/how-to-set-release-variables-scope-per-deployment-agent

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!