X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_container_image_building.yaml;h=9ef14f4f18fff9a285cef2f099b3ed400befa92e;hb=702d72414ba55a69dd72075c7336db8dff375984;hp=989351f3323c1037e1b3ee05d4606483c51f84c6;hpb=c3e0077e024e3c581c3bd3dfcded6d291dc903bb;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_container_image_building.yaml b/jjb/metal3/job_container_image_building.yaml index 989351f3..9ef14f4f 100644 --- a/jjb/metal3/job_container_image_building.yaml +++ b/jjb/metal3/job_container_image_building.yaml @@ -33,14 +33,22 @@ disabled: False concurrent: True parameters: - - string: + - choice: name: BUILD_CONTAINER_IMAGE_NAME - default: '{image_name}' + choices: ['{image_name}'] description: 'Name of the container image to build' + - choice: + name: BUILD_CONTAINER_IMAGE_REPO + choices: ['{repo}'] + description: 'URL of the git repo where the container image to build exists' + - choice: + name: BUILD_CONTAINER_IMAGE_DOCKERFILE_LOCATION + choices: ['{dockerfile_location}'] + description: 'Relative location to the repo root of the Dockerfile used for building' - string: - name: BUILD_CONTAINER_IMAGE_BRANCH + name: BUILD_CONTAINER_IMAGE_GIT_REFERENCE default: 'main' - description: 'Target branch of the build' + description: 'Target git reference (branch or tag) of the build' properties: - build-discarder: