Skip to content

Commit e82961b

Browse files
authored
Update howto-update-for-was-fixpack.md
1 parent e1e1cec commit e82961b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/howto-update-for-was-fixpack.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,25 @@ Note: The steps included in this section are also applied to release new feature
7171

7272
1. How to update the version of the solution?
7373
* 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)
7475

7576
1. How to run CI/CD?
7677
* 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
7778

7879
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`
8193

8294
Note: Currently Graham Charters has privilege to update the solution in marketplace, contact him for more information.
8395

0 commit comments

Comments
 (0)