summaryrefslogtreecommitdiffstats
path: root/jjb/integration
diff options
context:
space:
mode:
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2020-12-16 19:19:52 +0200
committerLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2020-12-16 19:22:55 +0200
commit41b283b35765d6265e1b0d93033b07de40044fba (patch)
tree3197bd1e687fefc7758caa49d359b71413fede72 /jjb/integration
parentc5b5bca9bada6068c0dc656ce4740b281113289d (diff)
Finalize maven docker snapshot template
- remove PoC postfix - add clarifying comments Issue-ID: CCSDK-3045 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ib577845505b8d7424d6f7a64ba78fa2c7522d408
Diffstat (limited to 'jjb/integration')
-rw-r--r--jjb/integration/integration-maven-jobs.yaml14
1 files changed, 13 insertions, 1 deletions
diff --git a/jjb/integration/integration-maven-jobs.yaml b/jjb/integration/integration-maven-jobs.yaml
index 4f5666137..259fb4ebe 100644
--- a/jjb/integration/integration-maven-jobs.yaml
+++ b/jjb/integration/integration-maven-jobs.yaml
@@ -1,4 +1,12 @@
+####################
+# COMMON FUNCTIONS #
+####################
+
- integration_maven_common: &integration_maven_common
+ # This common maven base template is based on
+ # lf-maven-common in global-jjb/jjb/lf-maven-jobs.yaml
+ # and adjusted for jobs in project-specific CSIT flow
+
name: integration-maven-common
######################
@@ -96,8 +104,12 @@
- lf-provide-maven-settings-cleanup
- job-template:
+ # Job template for creating snapshot docker images
+ # identified by given unique tag with maven
+ # in project-specific CSIT flow
+
name: "{project-name}-{stream}-maven-docker-snapshot"
- id: gerrit-maven-docker-snapshot-PoC
+ id: gerrit-maven-docker-snapshot
<<: *integration_maven_common
# yamllint disable-line rule:key-duplicates
<<: *integration_maven_docker_snapshot