diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-05 01:46:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-05 01:46:37 +0000 |
commit | fe99355b98ba8ef47f02fc3c0656a638b2ab8910 (patch) | |
tree | 7d2165aacc74f2f31062d58e9b402733c6b30cbd /jjb | |
parent | 94e894b0798214a21fef6c2de0aa357fa13ddb09 (diff) | |
parent | b67db4325c9d122c9c11fc9820a1a5668120f1c8 (diff) |
Merge "Add CI Jenkins jobs for oom/registrator"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/oom/oom-registrator.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/oom/oom-registrator.yaml b/jjb/oom/oom-registrator.yaml new file mode 100644 index 000000000..1658b87a3 --- /dev/null +++ b/jjb/oom/oom-registrator.yaml @@ -0,0 +1,17 @@ +--- +- project: + name: oom-registrator + project-name: 'oom-registrator' + jobs: + - '{project-name}-{stream}-clm' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'oom/registrator' + stream: + - 'master': + branch: 'master' + mvn-settings: 'oom-registrator-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g |