X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Feiffel%2Fglobal-eiffel-container-build.yaml;h=a531f26c7814e69c917e28766af089d0b394f233;hb=85c9243ececcc4c93336758e8360d321d90e576a;hp=044a8e6e555065e17b1395bc0414ebe9682281de;hpb=59601746516f4f0f0d5b755422144aa53a089018;p=infra%2Fcicd.git diff --git a/jjb/eiffel/global-eiffel-container-build.yaml b/jjb/eiffel/global-eiffel-container-build.yaml index 044a8e6e..a531f26c 100644 --- a/jjb/eiffel/global-eiffel-container-build.yaml +++ b/jjb/eiffel/global-eiffel-container-build.yaml @@ -41,6 +41,18 @@ name: GIT_BASE_SSH default: git@github.com:eiffel-community description: SSH URL of Project Repo on GitHub to clone repo. + - string: + name: IMAGE_DOCKERFILE + default: '{image-dockerfile}' + description: Dockerfile to use for building the container image + - string: + name: IMAGE_NAME + default: '{image-name}' + description: Name of the container image + - string: + name: IMAGE_TAG + default: '{image-tag}' + description: Tag to apply to the container image - choice: name: HARBOR_EIFFEL_PROJECT choices: @@ -64,7 +76,7 @@ scm: - git: - url: 'https://github.com/eiffel-community/$PROJECT.git' + url: 'https://github.com/eiffel-community/{project-git-repo}.git' branches: - '*/{branch}' refspec: ''