X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fglobal-templates-golang.yaml;h=72004dc8d145a8ea6c7a43d00987cc78bafe719a;hb=19f07ea4d635f43f49aac2fae55864244cfefbf7;hp=b19fe380680204b0ef40c471129bd1044b430bd1;hpb=088ca7569fb783b15a3256f9f9f64259dea0871c;p=ci-management.git diff --git a/jjb/global-templates-golang.yaml b/jjb/global-templates-golang.yaml index b19fe3806..72004dc8d 100644 --- a/jjb/global-templates-golang.yaml +++ b/jjb/global-templates-golang.yaml @@ -198,57 +198,3 @@ publishers: - lf-infra-publish - -- job-template: - # Job template for building and pushing uniquely tagged - # snapshot docker images in project-specific CSIT flow - # - # golangver can be set to golang110 or golang111 - # depending on what version is needed by the project - # default is golang110 - # - # The purpose of this job template is to run: - # 1. login to the docker registry - # 2. run a specified shell builder - # - - name: '{project-name}-{stream}-golang-docker-snapshot' - golangver: 'golang110' - 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: - - '{golangver}' - - 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