Joey Armstrong | c9614ce | 2023-01-25 16:21:27 -0500 | [diff] [blame] | 1 | jjb/software-upgrades.yaml |
| 2 | -------------------------- |
| 3 | |
| 4 | - Create a new software-upgrades-test-voltha-2.11 branch from master or existing |
| 5 | jjb definitions in the yaml config file. |
| 6 | - Update released component version strings mentioned in the configs. |
| 7 | - Update master branch released versions as well. |
| 8 | - Tricky part, SNAPSHOT versions are not visible to navigation browsing: |
| 9 | |
| 10 | - `org/opencord <https://oss.sonatype.org/content/groups/public/org/opencord>`_ |
| 11 | |
| 12 | - Instead obtain snapshot version from pom.xml and type in the explicit URL path: |
| 13 | |
| 14 | - `aaa-app/2.9.0-SNAPSHOT <https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/2.9.0-SNAPSHOT/>`_ |
| 15 | |
Joey Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 16 | - `aaa.index <https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app>`_ |
| 17 | |