From 70e8985c130342ce02b3920f289cb3e75247c625 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 20 Jul 2016 08:09:00 +0530 Subject: [PATCH] Migrate custom jjb jobs to logs.opendaylight.org for netvirt Change-Id: I3722d816d648ba9bca5f635726def1fa8a0a254d Signed-off-by: Anil Belur --- jjb/netvirt/netvirt-full-integration.yaml | 6 +++--- jjb/netvirt/netvirt-openstack.yaml | 6 +++--- jjb/netvirt/netvirt-sonar.yaml | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/jjb/netvirt/netvirt-full-integration.yaml b/jjb/netvirt/netvirt-full-integration.yaml index a883b2ca6b..d50617f543 100644 --- a/jjb/netvirt/netvirt-full-integration.yaml +++ b/jjb/netvirt/netvirt-full-integration.yaml @@ -18,6 +18,7 @@ - openjdk8 project: 'netvirt' + archive-artifacts: 'docker-ovs-*.log' - job-template: name: 'netvirt-daily-full-integration-{stream}' @@ -122,8 +123,7 @@ - jacoco-nojava-workaround publishers: - - archive: - artifacts: 'docker-ovs-*.log' - fingerprint: false - email-notification: email-prefix: '[netvirt]' + - archive-build: + maven-version: '{mvn33}' diff --git a/jjb/netvirt/netvirt-openstack.yaml b/jjb/netvirt/netvirt-openstack.yaml index 4bf75245fe..c6da032d4c 100644 --- a/jjb/netvirt/netvirt-openstack.yaml +++ b/jjb/netvirt/netvirt-openstack.yaml @@ -4,6 +4,7 @@ - 'netvirt-openstack-gerrit' project: 'netvirt' + archive-artifacts: 'logs/**' - job-template: name: 'netvirt-openstack-gerrit' @@ -77,12 +78,11 @@ - include-raw-openstack-ci.sh publishers: - - archive: - artifacts: 'logs/**' - fingerprint: false - email-ext: subject: '[netvirt] $DEFAULT_SUBJECT' attach-build-log: false failure: true unstable: true fixed: true + - archive-build: + maven-version: '{mvn33}' diff --git a/jjb/netvirt/netvirt-sonar.yaml b/jjb/netvirt/netvirt-sonar.yaml index fae791cd1b..5eda1eff82 100644 --- a/jjb/netvirt/netvirt-sonar.yaml +++ b/jjb/netvirt/netvirt-sonar.yaml @@ -85,3 +85,5 @@ - email-notification: email-prefix: '[netvirt]' - jacoco-report + - archive-build: + maven-version: '{mvn33}' -- 2.36.6