diff --git a/jobs/swh-build-docker-image.yml b/jobs/swh-build-docker-image.yml index 977d23a..55ca4ff 100644 --- a/jobs/swh-build-docker-image.yml +++ b/jobs/swh-build-docker-image.yml @@ -1,20 +1,21 @@ - job-template: name: "{name}/build-and-push" description: Build the docker image and publish it to a registry node: built-in project-type: pipeline + auth-token: 'ph4br1cat0r' dsl: !include-jinja2: templates/swh-build-docker-image.groovy.j2 parameters: - string: name: TAG description: Tag to build the image and then use as name - project: name: DLSMAVEXP display-name: maven-index-exporter repo_name: maven-index-exporter jobs: - "{name}" - "{name}/build-and-push"