From: Ruslan Kashapov Date: Tue, 23 Feb 2021 10:05:01 +0000 (+0200) Subject: CPS CSIT Jenkins jobs X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0a2e6473be2b0d615867e15461b84b12b8082ffd;p=ci-management.git CPS CSIT Jenkins jobs Issue-ID: CPS-188 Change-Id: Ibd50fa49b1b828cb8c6b2163f9be2dae83eb219e Signed-off-by: Ruslan Kashapov --- 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'