diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/cps/cps-csit.yaml | 22 |
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' |