X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fglobal-templates-docker.yaml;h=23a554ba96e936e72ac9ed15adc95a03b8151f0a;hb=7479ec1d496570003401c626c58a72ffeec265ea;hp=c340b1ea3b134e5b210a724841bebf523b9ac159;hpb=088ca7569fb783b15a3256f9f9f64259dea0871c;p=ci-management.git diff --git a/jjb/global-templates-docker.yaml b/jjb/global-templates-docker.yaml index c340b1ea3..23a554ba9 100644 --- a/jjb/global-templates-docker.yaml +++ b/jjb/global-templates-docker.yaml @@ -303,51 +303,3 @@ publishers: - lf-infra-publish - -- job-template: - # Job template for tagging snapshot docker images - # identified by given unique tag as STAGING - # in project-specific CSIT versioning flow - # The purpose of this job template is to run: - # 1. login to the docker registry - # 2. run a specified shell builder for tagging - # - - name: '{project-name}-{stream}-docker-staging' - project-type: freestyle - node: 'ubuntu1804-docker-8c-8g' - disabled: '{disabled}' - properties: - - infra-properties: - build-days-to-keep: '{build-days-to-keep}' - - parameters: - - infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' - - integration-unique-docker-tag: - unique-docker-tag: '' - scm: - - gerrit-trigger-scm: - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' - submodule-recursive: '{submodule-recursive}' - - wrappers: - - infra-wrappers: - build-timeout: '{build-timeout}' - - builders: - - lf-infra-pre-build - - provide-maven-settings: - global-settings-file: 'global-settings' - settings-file: '{mvn-settings}' - - - docker-login - - - shell: '{script}' - - publishers: - - lf-infra-publish