Simplify verify step of MDC log platform library 96/296/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 11 Jun 2019 15:20:38 +0000 (11:20 -0400)
committerChris Lott <cl778h@att.com>
Tue, 11 Jun 2019 15:22:17 +0000 (15:22 +0000)
Use Dockerfile from ci subdirectory.
Drop requirement to have a tag file.

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

jjb/com-log/com-log.yaml

index 5b9f9cf..10936a9 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: com/log
     # 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: com-log-settings
     jobs: