浏览代码

print

tags/8.9.0^0
Zhe Sun 4 年前
父节点
当前提交
9160cdcb9c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      scripts/GenerateBuildTestAndStagingReport.py

+ 1
- 0
scripts/GenerateBuildTestAndStagingReport.py 查看文件

@@ -13,6 +13,7 @@ parser.add_argument("buildId", type=str, help="ID of the build to generate this

parser.add_argument("stagingRepoUrl", type=str, help="URL to the staging repository")
args = parser.parse_args()
print("stagingRepoURL" + args.stagingRepoUrl)

buildResultUrl = "http://{}/viewLog.html?buildId={}&tab=buildResultsDiv&buildTypeId={}".format(args.teamcityUrl, args.buildId, args.buildTypeId)


正在加载...
取消
保存