diff options
Diffstat (limited to 'jjb/policy/policy-engine.yaml')
-rw-r--r-- | jjb/policy/policy-engine.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml new file mode 100644 index 000000000..920e7f991 --- /dev/null +++ b/jjb/policy/policy-engine.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: policy-engine + project-name: 'policy-engine' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + + project: 'policy/engine' + stream: + - 'master': + branch: 'master' + mvn-settings: 'policy-engine-settings' + files: '**' + archive-artifacts: '' |