diff --git a/jobs/swh-build-docker-image.yml b/jobs/swh-build-docker-image.yml index 0ae2546..1529694 100644 --- a/jobs/swh-build-docker-image.yml +++ b/jobs/swh-build-docker-image.yml @@ -1,21 +1,22 @@ - 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: 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 repo_name: maven-index-exporter jobs: + - "{name}" - "{name}/build-and-push"