From 0a2e6473be2b0d615867e15461b84b12b8082ffd Mon Sep 17 00:00:00 2001 From: Ruslan Kashapov Date: Tue, 23 Feb 2021 12:05:01 +0200 Subject: [PATCH] CPS CSIT Jenkins jobs Issue-ID: CPS-188 Change-Id: Ibd50fa49b1b828cb8c6b2163f9be2dae83eb219e Signed-off-by: Ruslan Kashapov --- jjb/cps/cps-csit.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 jjb/cps/cps-csit.yaml 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' -- 2.16.6