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