Initial NCOMP JJB builds
authorCarsten Lund <lund@research.att.com>
Wed, 15 Feb 2017 15:52:18 +0000 (15:52 +0000)
committerCarsten Lund <lund@research.att.com>
Wed, 15 Feb 2017 15:55:05 +0000 (15:55 +0000)
Change-Id: I6d72fb76511fddd79c777306a1183285fb72a661
Signed-off-by: Carsten Lund <lund@research.att.com>
jjb/ncomp/ncomp-maven.yaml [new file with mode: 0644]

diff --git a/jjb/ncomp/ncomp-maven.yaml b/jjb/ncomp/ncomp-maven.yaml
new file mode 100644 (file)
index 0000000..9a1d2ad
--- /dev/null
@@ -0,0 +1,21 @@
+---
+- project:
+    name: ncomp-maven
+    project-name: 'ncomp-maven'
+    jobs:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-java-daily'
+
+    project: 'ncomp/maven'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'ncomp-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: ''