Refactor package-export script for reuse
[ci-management.git] / jjb / ric-plt-lib-rmr / ric-plt-lib-rmr.yaml
index b5378a1..a27fb76 100644 (file)
@@ -9,13 +9,13 @@
     # values apply to all RIC docker-build projects.
     # factored out in case rmr needs multiple projects.
     # use a specific name to prevent reuse attempts
-    # bcos anchors don't cross document boundaries.
+    # because anchors don't cross document boundaries.
     name: rmr-docker-common
     build-node: ubuntu1804-docker-4c-4g
     # pull from the public mirror + releases registry
     container-public-registry: nexus3.o-ran-sc.org:10001
-    # push to the staging repo bcos all builds are RCs
-    container-push-registry:  nexus3.o-ran-sc.org:10004
+    # push to the staging repo because all builds are RCs
+    container-push-registry: nexus3.o-ran-sc.org:10004
     stream:
       - master:
           branch: master
     docker-build-args: '--network=host -f ci/Dockerfile'
     # image name
     docker-name: '{name}'
-    # image tag, use a fixed value
+    # image tag; use a fixed value
     container-tag-method: latest
     # maven settings file has docker credentials
     mvn-settings: ric-plt-lib-rmr-settings
+    # copy packages to Jenkins filesystem
+    post_docker_build_script: !include-raw-escape:
+      - ../shell/export-packages.sh
     jobs:
-      # verify only; no merge bcos no image is pushed
+      # TODO: define a merge template to push package, not image
       - gerrit-docker-verify
     <<: *rmr_docker_common