--- - ci_docker_common: &ci_docker_common # Defines common ci-docker configuration name: ci-docker-common # git repo project: ci-management build-node: ubuntu1804-docker-4c-4g container-public-registry: nexus3.o-ran-sc.org:10001 # use 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' # default to YAML container-tag-method: yaml-file # maven settings file has docker credentials mvn-settings: ci-management-settings stream: - master: branch: master - project: <<: *ci_docker_common name: bldr-debian-python-nng project-name: '{project}-{name}' docker-name: '{name}' docker-root: 'docker/{name}' gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: 'docker/{name}/.*' jobs: - '{project-name}-gerrit-docker-jobs' - project: <<: *ci_docker_common name: bldr-ubuntu-c-go-nng project-name: '{project}-{name}' docker-name: '{name}' docker-root: 'docker/{name}' gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: 'docker/{name}/.*' jobs: - '{project-name}-gerrit-docker-jobs' - project: <<: *ci_docker_common name: bldr-alpine-python-nng project-name: '{project}-{name}' docker-name: '{name}' docker-root: 'docker/{name}' gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: 'docker/{name}/.*' jobs: - '{project-name}-gerrit-docker-jobs'