summaryrefslogtreecommitdiffstats
path: root/jjb/sdnc/sdnc-apps.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/sdnc/sdnc-apps.yaml')
-rw-r--r--jjb/sdnc/sdnc-apps.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/jjb/sdnc/sdnc-apps.yaml b/jjb/sdnc/sdnc-apps.yaml
new file mode 100644
index 000000000..0f94e6d6e
--- /dev/null
+++ b/jjb/sdnc/sdnc-apps.yaml
@@ -0,0 +1,36 @@
+---
+- project:
+ name: sdnc-apps
+ project-name: 'sdnc-apps'
+ jobs:
+ - gerrit-maven-clm
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
+
+ project: 'sdnc/apps'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'sdnc-apps-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: ''
+ build-node: ubuntu1604-builder-4c-4g
+- project:
+ name: sdnc-apps-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: 'H 11 * * *'
+ build-node: ubuntu1604-builder-4c-4g
+ project: 'sdnc/apps'
+ project-name: 'sdnc-apps'
+ branch: 'master'
+ mvn-settings: 'sdnc-apps-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'