You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/howto-update-for-was-fixpack.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,25 @@ Note: The steps included in this section are also applied to release new feature
71
71
72
72
1. How to update the version of the solution?
73
73
* Increase the [version number](https://github.com/WASdev/azure.websphere-traditional.cluster/blob/master/pom.xml#L23) which is specified in the `pom.xml`
74
+
* Also update the `twasnd.image.version` and `ihs.image.version` (obtained from publish step)
74
75
75
76
1. How to run CI/CD?
76
77
* Go to [Actions](https://github.com/WASdev/azure.websphere-traditional.cluster/actions) > Click `Package ARM`> Click to expand `Run workflow`> Click `Run workflow`> Refresh the page
77
78
78
79
1. How to publish the solution in marketplace and who can do it?
79
-
1. Wait until the CI/CD workflow for`Package ARM` successfully completes > Click to open details of the workflow run > Scroll to the bottom of the page > Click `azure.websphere-traditional.cluster-<version>-arm-assembly` to download the zip file `azure.websphere-traditional.cluster-<version>-arm-assembly.zip`;
80
-
1. Sign into [Microsoft Partner Center](https://partner.microsoft.com/dashboard/commercial-marketplace/overview) > Click to open the offer for the solution > Click `Plan overview`> Click to open the plan > Click `Technical configuration`> Specify the increased version number for`Version`> Click `Remove` to remove the previous package file > Click `browse your file(s)` to upload the downloaded zip package generated by the CI/CD pipeline before > Scroll to the bottom of the page > Click `Save draft`> Click `Review and publish`> Click `Publish`;
80
+
1. Wait until the CI/CD workflow for`Package ARM` successfully completes
81
+
* Click to open details of the workflow run > Scroll to the bottom of the page
82
+
* Click `azure.websphere-traditional.cluster-<version>-arm-assembly` to download the zip file `azure.websphere-traditional.cluster-<version>-arm-assembly.zip`;
83
+
3. Sign into [Microsoft Partner Center](https://partner.microsoft.com/dashboard/commercial-marketplace/overview)
84
+
* Click to open the offer for the solution > Click `Plan overview`
85
+
* Click to open the plan > Click `Technical configuration`
86
+
* Specify the increased version number for`Version`
87
+
* Click `Remove` to remove the previous package file
88
+
* Click `browse your file(s)` to upload the downloaded zip package generated by the CI/CD pipeline before
89
+
* Scroll to the bottom of the page
90
+
* Click `Save draft`
91
+
* Click `Review and publish`
92
+
* Click `Publish`
81
93
82
94
Note: Currently Graham Charters has privilege to update the solution in marketplace, contact him for more information.
0 commit comments