-
Improvement
-
Resolution: Unresolved
-
Minor
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.
- is related to
-
JENKINS-62364 Download "LATEST" from AppCenter
-
- Closed
-
- relates to
-
JENKINS-62364 Download "LATEST" from AppCenter
-
- Closed
-
[JENKINS-59931] Print URL of uploaded resource
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/<organisation_name>/apps/<application_name>/distribute/releases/<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/<organisation_name>/apps/<application_name>/distribute/releases/<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. |
Assignee | Original: Mez Pahlan [ mezpahlan ] |
Link |
New:
This issue relates to |
Labels | Original: user-experience | New: help-wanted user-experience |
Link |
New:
This issue is related to |