summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/csit-vpp-device.yaml2
-rw-r--r--jjb/global-defaults.yaml2
-rw-r--r--jjb/global-macros.yaml13
3 files changed, 13 insertions, 4 deletions
diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml
index b3d7f798f..2365d1c4b 100644
--- a/jjb/csit/csit-vpp-device.yaml
+++ b/jjb/csit/csit-vpp-device.yaml
@@ -67,7 +67,7 @@
</ul>
project-type: freestyle
- node: 'foo'
+ node: 'vpp-csit-device'
concurrent: true
build-discarder:
diff --git a/jjb/global-defaults.yaml b/jjb/global-defaults.yaml
index 48bb40f8a..ea8bd7603 100644
--- a/jjb/global-defaults.yaml
+++ b/jjb/global-defaults.yaml
@@ -12,7 +12,7 @@
build-perf-timeout: 5760
# global-jjb
- gerrit-server-name: gerrit.fd.io
+ gerrit-server-name: Primary
jenkins-ssh-credential: jenkins-gerrit-credentials
lftools-version: <1.0.0
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index ab7bf5b54..7d672571a 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -460,8 +460,17 @@
- SUCCESS
- UNSTABLE
build-steps:
- - lf-infra-sysstat
- - lf-infra-ship-logs
+ - shell: !include-raw: include-raw-deploy-archives.sh
+ - maven-target:
+ maven-version: '{maven-version}'
+ pom: '.archives/deploy-archives.xml'
+ goals: 'clean deploy -V -B -q -Dmaven.repo.local=/tmp/r'
+ settings: 'jenkins-log-archives-settings'
+ settings-type: cfp
+ global-settings: 'global-settings'
+ global-settings-type: cfp
+ - description-setter:
+ regexp: '^Build logs: .*'
mark-unstable-if-failed: true
- workspace-cleanup:
fail-build: false