Merge "Remove ves-agent release-version-java-daily job"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 13 Apr 2018 19:51:56 +0000 (19:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 13 Apr 2018 19:51:56 +0000 (19:51 +0000)
jjb/music/music-jar.yaml [new file with mode: 0644]
jjb/vvp/vvp-validation-scripts.yaml

diff --git a/jjb/music/music-jar.yaml b/jjb/music/music-jar.yaml
new file mode 100644 (file)
index 0000000..dba2ab2
--- /dev/null
@@ -0,0 +1,22 @@
+---
+- project:
+    name: music-jar
+    project-name: 'music'
+    subproject:
+      - 'music-jar':
+          pom: 'jar/pom.xml'
+          pattern: 'jar/**'
+    jobs:
+      - gerrit-maven-clm:
+          mvn-params: '-f jar/pom.xml'
+      - '{project-name}-{stream}-{subproject}-verify-java'
+      - '{project-name}-{stream}-{subproject}-merge-java'
+    project: 'music'
+    stream:
+      - 'release-2.5.3':
+          branch: 'release-2.5.3'
+    mvn-settings: 'music-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-builder-4c-4g
+
index c0d7185..7a57deb 100644 (file)
     jobs:
       - gerrit-python-xc-clm
       - '{project-name}-{stream}-{subproject}-verify-python'
+- project:
+    name: vvp-validation-scripts-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'vvp/validation-scripts'
+    project-name: 'vvp-validation-scripts'
+    branch: 'master'
+    mvn-settings: 'vvp-validation-scripts-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+