diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2021-03-02 15:30:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-02 15:30:45 +0000 |
commit | 72a5e4b9a1cbc3be50ee123d9cf0da3c196e4ab0 (patch) | |
tree | d1dd839332f877a21515a29a0ea32051e8a5c0e2 /jjb/cps | |
parent | e11330b07ca1b8cbbcf965409138ff19c1969341 (diff) | |
parent | 0a2e6473be2b0d615867e15461b84b12b8082ffd (diff) |
Merge "CPS CSIT Jenkins jobs"
Diffstat (limited to 'jjb/cps')
-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' |