summaryrefslogtreecommitdiffstats
path: root/jjb/cps/cps-csit.yaml
diff options
context:
space:
mode:
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>2021-02-23 12:05:01 +0200
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>2021-03-02 11:34:02 +0200
commit0a2e6473be2b0d615867e15461b84b12b8082ffd (patch)
treee0be8977571727d4273955c01928577fb50b1e48 /jjb/cps/cps-csit.yaml
parente9d41cc98dde6971746ccc205d96334d65ccbace (diff)
CPS CSIT Jenkins jobs
Issue-ID: CPS-188 Change-Id: Ibd50fa49b1b828cb8c6b2163f9be2dae83eb219e Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
Diffstat (limited to 'jjb/cps/cps-csit.yaml')
-rw-r--r--jjb/cps/cps-csit.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/jjb/cps/cps-csit.yaml b/jjb/cps/cps-csit.yaml
new file mode 100644
index 000000000..ed521aae1
--- /dev/null
+++ b/jjb/cps/cps-csit.yaml
@@ -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'