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

Commit

Permalink
Merge pull request #83 from just-kip/master
Browse files Browse the repository at this point in the history
Print app pulic URL after upload
  • Loading branch information
x2on authored Jul 8, 2016
2 parents 53ee796 + b49ecc5 commit ef6d02f
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 ef6d02f

Please sign in to comment.