소스 검색

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)


Loading…
취소
저장