summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-platform.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-platform.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-platform.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform.yaml b/jjb/dcaegen2/dcaegen2-platform.yaml
new file mode 100644
index 000000000..b1830e6cd
--- /dev/null
+++ b/jjb/dcaegen2/dcaegen2-platform.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: dcaegen2-platform
+ project-name: 'dcaegen2-platform'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
+
+ project: 'dcaegen2/platform'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'dcaegen2-platform-settings'
+ # due to a strange macro / variable translation problem this needs
+ # to be passed as a string block to properly get the properties
+ # correctly defined in the job
+ maven-deploy-properties: |
+ deployAtEnd=true
+ files: '**'
+ archive-artifacts: ''