Fix yaml linting issues
[ci-management.git] / jjb / com-asn1 / com-asn1.yaml
index cf24a8c..0d0dc8e 100644 (file)
     # 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
-    # use host network to clone from our gerrit
-    docker-build-args: '--network=host'
-    # source of docker tag
-    docker-use-params-from: yaml-file-params
+    container-push-registry: nexus3.o-ran-sc.org:10004
     stream:
       - master:
           branch: master
     project: com/asn1
     # 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-asn1-settings
     jobs:
       # verify only; no merge bcos no image is pushed
       - gerrit-docker-verify
     <<: *asn1_docker_common
+
+- project:
+    name: com-asn1-info
+    project: com/asn1
+    project-name: com-asn1
+    build-node: centos7-builder-1c-1g
+
+    jobs:
+      - gerrit-info-yaml-verify