summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-golang.yaml
diff options
context:
space:
mode:
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2021-01-26 13:53:44 +0200
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2021-01-26 13:53:44 +0200
commitf0e28e0328cff5d1f339449df9a8643f23ee2c69 (patch)
tree169fbadf5799a21e455eef5a6875170aa92156a7 /jjb/global-templates-golang.yaml
parent430c39802c8336c3aa0dd3e46ef0087db817a5b8 (diff)
Remove obsolete docker templates
- remove obsolete templates related to docker building and tagging in discarded version of review and merge verification jobs Issue-ID: INT-1823, INT-1833 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I1d584952ea94565f62ea7031f248a49f8f7e72d0
Diffstat (limited to 'jjb/global-templates-golang.yaml')
-rw-r--r--jjb/global-templates-golang.yaml54
1 files changed, 0 insertions, 54 deletions
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