Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Print app pulic URL after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
just-kip committed May 26, 2016
1 parent 53ee796 commit b49ecc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ class HockeyAppUploadTask extends DefaultTask {
if (uploadResponse) {
logger.info("Upload information: Title: '" + uploadResponse.title?.toString() + "' Config url: '" + uploadResponse.config_url?.toString()) + "'";
logger.debug("Upload response: " + uploadResponse.toString())
logger.lifecycle("Application public url " + uploadResponse.public_url?.toString())
}
}
if (hockeyApp.teamCityLog) {
Expand Down

0 comments on commit b49ecc5

Please sign in to comment.