summaryrefslogtreecommitdiffstats
path: root/jjb/vfc/vfc-nfvo-db.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vfc/vfc-nfvo-db.yaml')
-rw-r--r--jjb/vfc/vfc-nfvo-db.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-db.yaml b/jjb/vfc/vfc-nfvo-db.yaml
new file mode 100644
index 000000000..32d13333a
--- /dev/null
+++ b/jjb/vfc/vfc-nfvo-db.yaml
@@ -0,0 +1,33 @@
+---
+- project:
+ name: vfc-nfvo-db
+ project: 'vfc/nfvo/db'
+ project-name: 'vfc-nfvo-db'
+ mvn-settings: 'vfc-nfvo-db-settings'
+ stream:
+ - 'master':
+ branch: 'master'
+ build-node: ubuntu1604-builder-4c-4g
+ jobs:
+ - gerrit-maven-clm
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
+ - '{project-name}-{stream}-docker-java-version-shell-daily':
+ docker-pom: 'pom.xml'
+ mvn-goals: 'install'
+ script:
+ !include-raw-escape: 'build-nfvo-db-docker-image.sh'
+
+- project:
+ name: vfc-nfvo-db-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: 'H 11 * * *'
+ build-node: ubuntu1604-builder-4c-4g
+ project: 'vfc/nfvo/db'
+ project-name: 'vfc-nfvo-db'
+ branch: 'master'
+ mvn-settings: 'vfc-nfvo-db-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'