diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-09-11 15:59:56 +0300 |
---|---|---|
committer | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-09-11 16:00:28 +0300 |
commit | 9160cdcb9c46da7de5827d7545b8c977d96b5d00 (patch) | |
tree | 072930479e184811bcbd239cee0b263135d312a1 | |
parent | 767e920edda2b79b7158762a85a8d23f91cb0193 (diff) | |
download | vaadin-framework-9160cdcb9c46da7de5827d7545b8c977d96b5d00.tar.gz vaadin-framework-9160cdcb9c46da7de5827d7545b8c977d96b5d00.zip |
print8.9.0
-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) |