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