--- - ci_docker_common: &ci_docker_common # Defines common ci-docker configuration name: ci-docker-common # git repo project: ci-management # maven settings file has docker credentials mvn-settings: ci-management-settings # build every Saturday cron: 'H H * * 6' # use host network to clone from our gerrit docker-build-args: '--network=host' # default to YAML container-tag-method: yaml-file jobs: - '{project-name}-gerrit-docker-jobs' stream: - master: branch: master - project: <<: *ci_docker_common name: bldr-alpine3 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-debian-python project-name: '{project}-{name}' docker-name: '{name}' docker-root: 'docker/{name}' gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: 'docker/{name}/.*' - project: <<: *ci_docker_common name: bldr-ubuntu16-c-go project-name: '{project}-{name}' docker-name: '{name}' docker-root: 'docker/{name}' gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: 'docker/{name}/.*' - project: <<: *ci_docker_common name: bldr-ubuntu18-c-go project-name: '{project}-{name}' docker-name: '{name}' docker-root: 'docker/{name}' gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: 'docker/{name}/.*'