X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-lib-rmr%2Fric-plt-lib-rmr.yaml;h=a27fb76cf57ca3e2eca718a5e37a93d18540583f;hb=2cd087b58f0f5524b794eda8f4d5290cacb22ed1;hp=b5378a118eb0e3b98282760be80cc5e095edf72b;hpb=adf550e5f523a9a01b6e1c91a3c7e8b45b3c7e94;p=ci-management.git diff --git a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml index b5378a11..a27fb76c 100644 --- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml +++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml @@ -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 @@ -30,12 +30,15 @@ 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