X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Feiffel%2Fglobal-eiffel-container-build.yaml;h=044a8e6e555065e17b1395bc0414ebe9682281de;hb=e0d63fbfb52ac0c37bbcc073f4ed334a506044c1;hp=cf2880096aeef09037b661bc56c185dd18801575;hpb=4dc69aea4fa837e4820a8deebba4dba082daa27a;p=infra%2Fcicd.git diff --git a/jjb/eiffel/global-eiffel-container-build.yaml b/jjb/eiffel/global-eiffel-container-build.yaml index cf288009..044a8e6e 100644 --- a/jjb/eiffel/global-eiffel-container-build.yaml +++ b/jjb/eiffel/global-eiffel-container-build.yaml @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= - job-template: - name: '{project-name}-build-{distro}-{stream}-periodic' + name: '{project-name}-build-periodic-{distro}-{stream}' node: 'eiffel-build-{distro}' @@ -41,10 +41,6 @@ name: GIT_BASE_SSH default: git@github.com:eiffel-community description: SSH URL of Project Repo on GitHub to clone repo. - - string: - name: PROJECT_BUILD_ROOT - default: '{project-build-root}' - description: Dockerfiles are located in different paths so this sets the path to navigate in the clone. - choice: name: HARBOR_EIFFEL_PROJECT choices: @@ -100,7 +96,6 @@ single-use: True builders: - - shell: - !include-raw-escape: ./scripts/eiffel-container-build-tag-push.sh + - '{project-build-macro}' # vim: set ts=2 sw=2 expandtab: