【发布时间】:2018-09-08 04:12:35
【问题描述】:
请帮助我从 Build URL 获取 Teamcity build Job 的最新版本号。 提前致谢
【问题讨论】:
-
试试这个stackoverflow post(重复)
标签: powershell teamcity powershell-3.0
请帮助我从 Build URL 获取 Teamcity build Job 的最新版本号。 提前致谢
【问题讨论】:
标签: powershell teamcity powershell-3.0
PS /> [xml] $xml = curl -u login:password teamcity:8111/httpAuth/app/rest/buildTypes/id:<your Buld id>/builds/running:false
PS /> $xml.build.number
7.123.12
构建配置ID在哪里
【讨论】: