diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-03 13:43:04 +0000 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-08-08 13:40:32 +0000 |
commit | 03e17cec8fe6cf4d7b1fbd895ad1f7d3c2ab3c23 (patch) | |
tree | c98bd13811018a2004f73410f552d50f7e924269 /jjb/policy | |
parent | 330fb39396fb7fcb46a5f017c4616a2de22299ed (diff) |
Initial policy project CSIT job
Following instructions from integration team.
Issue-Id: POLICY-143
Change-Id: Icf1c2080eba5445851f13d4f865cafd3864663e5
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb/policy')
-rw-r--r-- | jjb/policy/policy-csit.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/policy/policy-csit.yaml b/jjb/policy/policy-csit.yaml new file mode 100644 index 000000000..db3bdbfb9 --- /dev/null +++ b/jjb/policy/policy-csit.yaml @@ -0,0 +1,15 @@ +- project: + name: policy-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'policy' + stream: 'master' + functionality: + - 'health': + trigger_jobs: + - 'policy-engine-{stream}-merge-java' + - 'policy-drools-pdp-{stream}-merge-java' + - 'policy-drools-applications-{stream}-merge-java' + robot-options: '' + branch: 'master' |