summaryrefslogtreecommitdiffstats
path: root/jjb/honeycomb/honeycomb.yaml
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-03-07 06:47:11 -0700
committerEd Warnicke <eaw@cisco.com>2016-03-07 06:47:11 -0700
commitce6b386fbe40a688cabd272d70ae657558333138 (patch)
treecf0f60da3d4561f901a01a4a0134245ef36d1686 /jjb/honeycomb/honeycomb.yaml
parentb8efa1521426528936ae7d9dfc8dc6ccd337f633 (diff)
Add honeycomb-integration job
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>
Diffstat (limited to 'jjb/honeycomb/honeycomb.yaml')
-rw-r--r--jjb/honeycomb/honeycomb.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index f8464b4ca..4e3bb8280 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -3,6 +3,7 @@
jobs:
- 'honeycomb-verify'
- 'honeycomb-merge'
+ - 'honeycomb-integration'
project: 'honeycomb'
branch: 'master'
@@ -105,3 +106,56 @@
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
+
+