Add honeycomb-integration job 97/497/1
authorEd Warnicke <eaw@cisco.com>
Mon, 7 Mar 2016 13:47:11 +0000 (06:47 -0700)
committerEd Warnicke <eaw@cisco.com>
Mon, 7 Mar 2016 13:47:11 +0000 (06:47 -0700)
Because we need the up-to-date vpp-japi.jar, its important
to rebuild when vpp rebuilds that jar.

Change-Id: Ifdfc93cd4274be1ceb8f92a5daf9084b9d9ed174
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/honeycomb/honeycomb.yaml

index f8464b4..4e3bb82 100644 (file)
@@ -3,6 +3,7 @@
     jobs:
         - 'honeycomb-verify'
         - 'honeycomb-merge'
+        - 'honeycomb-integration'
     project: 'honeycomb'
     branch: 'master'
 
             unique-version: true
             deploy-unstable: false
 
+- job-template:
+    name: 'honeycomb-integration'
+    project-type: maven
+    node: merge
+    jdk: '{jdk}'
+
+    logrotate:
+        daysToKeep: '{build-days-to-keep}'
+        numToKeep: '{build-num-to-keep}'
+        artifactDaysToKeep: '{build-artifact-days-to-keep}'
+        artifactNumToKeep: '{build-artifact-num-to-keep}'
+
+    parameters:
+        - project-parameter:
+            project: '{project}'
+
+    scm:
+        - gerrit-trigger-scm:
+            credentials-id: '{ssh-credentials}'
+            refspec: ''
+            choosing-strategy: 'default'
+
+    wrappers:
+        - build-timeout
+        - ssh-agent-credentials:
+            users:
+                - '{ssh-credentials}'
+
+    triggers:
+        - reverse:
+            jobs: 'vpp-merge'
+            result: 'success'
+
+    maven:
+        maven-name: '{mvn33}'
+        root-pom: 'pom.xml'
+        goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Dmerge -Dkaraf.keep.unpack=true'
+        maven-opts: '-Xmx2048m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
+        settings: '{honeycomb-settings}'
+        global-settings: '{global-settings}'
+
+    reporters:
+        - findbugs
+
+    publishers:
+        - email-notification:
+            email-prefix: '[honeycomb]'
+        - maven-deploy:
+            id: ''
+            unique-version: true
+            deploy-unstable: false
+
+