Add job to build container images in metal3
Change-Id: I366d76df94b851fc6c6bb6954e073a8f2e1632e4
diff --git a/jjb/metal3/projects.yml b/jjb/metal3/projects.yml
index 820cba4..3f1acdd 100644
--- a/jjb/metal3/projects.yml
+++ b/jjb/metal3/projects.yml
@@ -673,3 +673,41 @@
repo: ironic-image
jobs:
- ironic_image_build_tests
+
+- project:
+ name: 'container_image_build'
+ org: metal3-io
+ image_name:
+ - baremetal-operator:
+ repo: https://github.com/metal3-io/baremetal-operator.git
+ dockerfile_location: /
+ - cluster-api-provider-metal3:
+ repo: https://github.com/metal3-io/cluster-api-provider-metal3.git
+ dockerfile_location: /
+ - ip-address-manager:
+ repo: https://github.com/metal3-io/ip-address-manager.git
+ dockerfile_location: /
+ - ironic:
+ repo: https://github.com/metal3-io/ironic-image.git
+ dockerfile_location: /
+ - ironic-client:
+ repo: https://github.com/metal3-io/ironic-client.git
+ dockerfile_location: /
+ - ironic-ipa-downloader:
+ repo: https://github.com/metal3-io/ironic-ipa-downloader.git
+ dockerfile_location: /
+ - keepalived:
+ repo: https://github.com/metal3-io/baremetal-operator.git
+ dockerfile_location: /resources/keepalived-docker/
+ - mariadb:
+ repo: https://github.com/metal3-io/mariadb-image.git
+ dockerfile_location: /
+ - sushy-tools:
+ repo: https://github.com/metal3-io/ironic-image.git
+ dockerfile_location: /resources/sushy-tools/
+ - vbmc:
+ repo: https://github.com/metal3-io/ironic-image.git
+ dockerfile_location: /resources/vbmc/
+ ci_github_jenkins_credentials_id: 'nordix-metal3-ci-github-prod-token'
+ ci_ghprb_auth_id: 'e8a43847-46ff-42db-a5db-7366df0e4ee2'
+ ci_github_repo: 'https://github.com/Nordix/metal3-dev-tools.git'