summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan (bptschaen) <bt054f@att.com>2018-05-25 16:13:24 -0400
committerNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>2018-05-25 19:57:03 -0400
commitf52a2893c85cbe403403ddabcbaf9b13dfd07344 (patch)
tree6f366980e0273706e31d89f775563826dba7a3b0
parent86ba7d8cd3acec5344c4255fb09973dc426436bb (diff)
Initial jenkins job for music-prom
Changed name of sonar project to avoid conflict Made suggested changes Change-Id: I49124bdd3d2053176b6283e23e9db44f954fd092 Issue-ID: MUSIC-77 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com> Signed-off-by: Tschaen, Brendan (bptschaen) <bt054f@att.com> Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
-rw-r--r--jjb/music/music-prom.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/jjb/music/music-prom.yaml b/jjb/music/music-prom.yaml
new file mode 100644
index 000000000..9b88d132d
--- /dev/null
+++ b/jjb/music/music-prom.yaml
@@ -0,0 +1,35 @@
+---
+- project:
+ name: music-prom
+ project-name: 'music-prom'
+ 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-version-java-daily':
+ docker-pom: 'pom.xml'
+ mvn-profile: docker
+ mvn-params: '-Dmaven.test.skip=true'
+ project: 'music/prom'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'music-prom-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-builder-4c-4g
+
+- project:
+ name: music-prom-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: 'H 11 * * *'
+ build-node: ubuntu1604-builder-4c-4g
+ project: 'music/prom'
+ project-name: 'music-prom'
+ branch: 'master'
+ mvn-settings: 'music-prom-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+