Zhe Sun 4 лет назад
Родитель
Сommit
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)


Загрузка…
Отмена
Сохранить