CPS CSIT Jenkins jobs 29/118229/3
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Tue, 23 Feb 2021 10:05:01 +0000 (12:05 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Tue, 2 Mar 2021 09:34:02 +0000 (11:34 +0200)
Issue-ID: CPS-188
Change-Id: Ibd50fa49b1b828cb8c6b2163f9be2dae83eb219e
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
jjb/cps/cps-csit.yaml [new file with mode: 0644]

diff --git a/jjb/cps/cps-csit.yaml b/jjb/cps/cps-csit.yaml
new file mode 100644 (file)
index 0000000..ed521aa
--- /dev/null
@@ -0,0 +1,22 @@
+---
+- project:
+      name: cps-csit
+      jobs:
+          - '{project-name}-review-verification-maven-{stream}':
+                mvn-goals: clean install
+                mvn-params: '-Dmaven.test.skip=true -Dnexus.repository= -Pcps-xnf-docker'
+                maven-versions-plugin: true
+          - '{project-name}-merge-verification-maven-{stream}':
+                mvn-goals: clean install
+                mvn-params: '-Dmaven.test.skip=true -Dnexus.repository= -Pcps-xnf-docker'
+                maven-versions-plugin: true
+      project-name: 'cps'
+      recipients: 'toine.siebelink@est.tech'
+      # project name in gerrit
+      project: 'cps'
+      stream:
+          - 'master':
+                branch: 'master'
+      mvn-settings: 'cps-settings'
+      robot-options: ''
+      branch: 'master'