Simplify verify step of RMr platform library 88/288/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 10 Jun 2019 20:49:18 +0000 (16:49 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 10 Jun 2019 20:49:18 +0000 (16:49 -0400)
Use Dockerfile from ci subdirectory.
Drop requirement to have a tag file.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I07c64b834de27bade2d667f085f0a0c2ec7dcbd2

jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml

index ae2cf0f..22dd95e 100644 (file)
     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
-    # use host network to clone from our gerrit
-    docker-build-args: '--network=host'
-    # source of docker tag
-    docker-use-params-from: yaml-file-params
     stream:
       - master:
           branch: master
     project: ric-plt/lib/rmr
     # jenkins job name prefix
     project-name: '{name}'
+    # use host network to clone from our gerrit
+    docker-build-args: '--network=host -f ci/Dockerfile'
     # image name
     docker-name: '{name}'
+    # image tag, use a fixed value
+    container-tag-method: latest
     # maven settings file has docker credentials
     mvn-settings: ric-plt-lib-rmr-settings
     jobs: