INFRA: Switch to tox for JJB verify and merge jobs
[infra/cicd.git] / jjb / eiffel / eiffel-intelligence.yaml
index 8d7d7e006e95ff4268f0d0168a5a5650db31ca7a..7f941960b275ba2ac17da853542764659870d26b 100644 (file)
     stream:
       - 'master':
           branch: 'master'
-          project-build-macro: 'eiffel-intelligence-build-periodic-macro'
+          project-git-repo: '{project}'
+          project-build-macro: 'eiffel-intelligence-container-build-macro'
+          image-dockerfile: 'src/main/docker/Dockerfile'
+          image-name: '{project}'
+          image-tag: 'dev'
 
     distro: ubuntu2004
 
     jobs:
-      - '{project-name}-build-periodic-{distro}-{stream}'
+      - '{project-name}-build-merge-{distro}-{stream}'
 
 # vim: set ts=2 sw=2 expandtab: