When uploading an application to App Center, Jenkins outputs a message similar to this:

      File found: XXX
      Creating an upload resource.
      Create upload resource successful.
      Uploading app to resource.
      Upload app to resource successful.
      Committing resource.
      Committing resource successful.
      Distributing resource.
      Distributing resource successful.

       It would be very handful to have the final URL to quickly retrieve the release in the AppCenter web interface : 

      Distributing resource successful
      Resource available at: https://appcenter.ms/orgs/<organisation_name>/apps/<application_name>/distribute/releases/<release_number>

       


      Assumption:  The message Distributing resource successful is printed in the execute function of the java/io/jenkins/plugins/appcenter/task/internal/DistributeResourceTask class which seems to contain the upload URL.

          [JENKINS-59931] Print URL of uploaded resource

          Valentin Chareyre created issue -
          Valentin Chareyre made changes -
          Description Original: When uploading an application to App Center, Jenkins outputs a message similar to this:
          {code:java}
          File found: XXX
          Creating an upload resource.
          Create upload resource successful.
          Uploading app to resource.
          Upload app to resource successful.
          Committing resource.
          Committing resource successful.
          Distributing resource.
          Distributing resource successful.{code}
           It would be very handful to have the final URL to quickly retrieve the release in the AppCenter web interface : 
          {noformat}
          Distributing resource successful
          Resource available at: https://appcenter.ms/orgs/&lt;organisation_name&gt;/apps/&lt;application_name&gt;/distribute/releases/&lt;release_number>{noformat}
           
          ----
          Assumption:  The message *_Distributing resource successful_* is printed in the *_execute_* function of the *_DistributeResourceTask_* class which seems to contain the upload URL.
          New: When uploading an application to App Center, Jenkins outputs a message similar to this:
          {code:java}
          File found: XXX
          Creating an upload resource.
          Create upload resource successful.
          Uploading app to resource.
          Upload app to resource successful.
          Committing resource.
          Committing resource successful.
          Distributing resource.
          Distributing resource successful.{code}
           It would be very handful to have the final URL to quickly retrieve the release in the AppCenter web interface : 
          {noformat}
          Distributing resource successful
          Resource available at: https://appcenter.ms/orgs/&lt;organisation_name&gt;/apps/&lt;application_name&gt;/distribute/releases/&lt;release_number>{noformat}
           
          ----
          Assumption:  The message *_Distributing resource successful_* is printed in the *_execute_* function of the _*java/io/jenkins/plugins/appcenter/task/internal/**DistributeResourceTask*_ class which seems to contain the upload URL.
          Mez Pahlan made changes -
          Assignee Original: Mez Pahlan [ mezpahlan ]
          Mez Pahlan made changes -
          Link New: This issue relates to JENKINS-62364 [ JENKINS-62364 ]
          Mez Pahlan made changes -
          Labels Original: user-experience New: help-wanted user-experience
          Mez Pahlan made changes -
          Link New: This issue is related to JENKINS-62364 [ JENKINS-62364 ]

            Unassigned Unassigned
            kvalentinchareyre Valentin Chareyre
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: