We need to cleanup and add missing deployment steps on Web UI's Jenkins X pipeline, to be run when code is merged into master:
- Move "Build and deploy Docker images" to right before "Publish Docker Images", since there's no point in building docker images that won't be used in the preview environment (
NXP-28446) - Add step to deploy maven artifacts
- Add step to publish nuxeo-web-ui-ftest framework (dedicated
NXP-28195) - Add step to publish Web UI to Nuxeo Connect (will have to handle credentials)
- depends on
-
ELEMENTS-1146 Make nuxeo-elements pipeline publish to npm-public
- Resolved