diff --git a/jobs/swh-build-docker-image.yml b/jobs/swh-build-docker-image.yml index 643d005..977d23a 100644 --- a/jobs/swh-build-docker-image.yml +++ b/jobs/swh-build-docker-image.yml @@ -1,23 +1,20 @@ - job-template: name: "{name}/build-and-push" description: Build the docker image and publish it to a registry node: built-in project-type: pipeline dsl: !include-jinja2: templates/swh-build-docker-image.groovy.j2 parameters: - - git-parameter: + - string: name: TAG description: Tag to build the image and then use as name - type: PT_BRANCH_TAG - sortMode: DESCENDING_SMART - selectedValue: TOP - project: name: DLSMAVEXP display-name: maven-index-exporter repo_name: maven-index-exporter jobs: - "{name}" - "{name}/build-and-push"