Add Geode to jenkins slave update build script
[infra/cicd.git] / jjb / eiffel / eiffel-remrem-publish.yaml
index 7ac5b94f9988e5e42bc6446bd0eec56f07cc2fac..1bcd7366b3266c340e3cc8438d0bb7859a49d871 100644 (file)
     stream:
       - 'master':
           branch: 'master'
-          project-build-macro: 'eiffel-remrem-publish-build-periodic-macro'
+          project-git-repo: '{project}'
+          project-build-macro: 'eiffel-remrem-publish-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: