summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-java.yaml
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2019-11-18 12:17:18 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2019-11-25 15:02:55 +0100
commitd30b16f461d11e3a8448e753071a41d98c35569e (patch)
tree90ebb63c1a0bff6c5fd9326cc157073cd0681f17 /jjb/global-templates-java.yaml
parentbc09618f1e0921d23fc4b7581d5b106d3e4f576e (diff)
Add new integration-pairwise JJB for DACE-SDK TestContainers
Issue-ID: INT-1370 Signed-off-by: Piotr Wielebski <piotr.wielebski@nokia.com> Change-Id: Id03647b6fa05309d08f3fcdcc0cd1a8234ae092b Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Diffstat (limited to 'jjb/global-templates-java.yaml')
-rw-r--r--jjb/global-templates-java.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml
index 7640b5457..bcf4bd3bb 100644
--- a/jjb/global-templates-java.yaml
+++ b/jjb/global-templates-java.yaml
@@ -116,6 +116,25 @@
name: '{project-name}-{stream}-{subproject}-verify-java'
- job-template:
+ # Job template for Java integration pairwise jobs
+ #
+ # The purpose of this job template is to run:
+ # 1. maven clean install
+ #
+ # Required Variables:
+ # branch: git branch (eg. stable/lithium or master)
+
+ <<: *verify_java_defaults
+ name: '{project-name}-{stream}-integration-pairwise'
+ triggers:
+ - timed: '@daily'
+ - gerrit-trigger-patch-submitted:
+ server: '{server-name}'
+ project: '{project}'
+ branch: '{branch}'
+ files: '{obj:pattern}'
+
+- job-template:
# Job template for Java daily release jobs
#
# The purpose of this job template is to run: