diff options
-rw-r--r-- | scripts/GenerateBuildTestAndStagingReport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/GenerateBuildTestAndStagingReport.py b/scripts/GenerateBuildTestAndStagingReport.py index 57be70f8b3..75515bc7cf 100644 --- a/scripts/GenerateBuildTestAndStagingReport.py +++ b/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) |