-
Type: New Feature
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: NXP-9.x
-
Fix Version/s: NXP-9.x
-
Component/s: Continuous Integration
-
Epic Link:
-
Tags:
-
Sprint:nxsupport 10.1.3, nxsupport 10.2.1
-
Story Points:2
Based on what was discussed in NXP-23160, add web ui computing.
This would mean checking the 4 following repositories:
- https://github.com/nuxeo/nuxeo-elements
- https://github.com/nuxeo/nuxeo-ui-elements/
- https://github.com/nuxeo/nuxeo-dataviz-elements/
- https://github.com/nuxeo/nuxeo-web-ui
If at least one commit is made in one of those 4 repositories, then the nuxeo-web-ui-9.10.jar jar has to be included into the HF.
Also, the commits should be previously check to see if those can be filtered to avoid any false positive like pom.xml change for instance.
The version on those repositories differs from the standard release-<BRANCH>-HF<HF_NUMBER>.
The format is v2.2.<NUMBER>
The last digit matches the HF level, meaning HF15 is v2.2.15 and there is no zero padding, so HF04 will be v2.2.4.
For https://github.com/nuxeo/nuxeo-web-ui the tag is the standard one as in nuxeo repository (release-9.10-HF<NUMBER>).