summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-01-27 06:52:09 -0700
committerEd Warnicke <eaw@cisco.com>2016-01-27 06:58:05 -0700
commite7138f4cfc1d312ff1faa591a48fc35b0b32fdb8 (patch)
treea94737f13408f7ae6c4d3c42f2af9a15ee5ef428 /jjb
parentee4d014e3f9a0461fc05ce2802240301bbbccea0 (diff)
Archive target/ dirs and keep pax-exam unpack area
Change-Id: I2f9eb1ce744881da675551bef420e1ccbbf172bf Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/honeycomb/honeycomb.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index 01aa04bae..12f112290 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -44,12 +44,14 @@
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'
+ 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}'
publishers:
+ - archive-artifacts:
+ artifacts: '**/target/**'
- findbugs
- email-notification:
email-prefix: '[honeycomb]'
@@ -91,7 +93,7 @@
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'
+ 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}'
@@ -100,6 +102,8 @@
- findbugs
publishers:
+ - archive-artifacts:
+ artifacts: '**/target/**'
- email-notification:
email-prefix: '[honeycomb]'
- maven-deploy: