From 698749efd26c08dd92d1c80ad279a44b99513c2c Mon Sep 17 00:00:00 2001
From: Mauro Sardara <msardara@cisco.com>
Date: Wed, 30 Oct 2019 13:43:38 +0100
Subject: Move docs building to ubuntu 1804.

Change-Id: Iddcd1fa7216a1ca0b243e41834cced77ff516b87
Signed-off-by: Mauro Sardara <msardara@cisco.com>
---
 jjb/hicn/hicn-docs.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'jjb')

diff --git a/jjb/hicn/hicn-docs.yaml b/jjb/hicn/hicn-docs.yaml
index efd15f614..d24355edf 100644
--- a/jjb/hicn/hicn-docs.yaml
+++ b/jjb/hicn/hicn-docs.yaml
@@ -7,8 +7,8 @@
 
     project: 'hicn'
     os:
-      - ubuntu1604:
-          repo-os-part: 'ubuntu.xenial.main'
+      - ubuntu1804:
+          repo-os-part: 'ubuntu.bionic.main'
 
     stream:
       - master:
@@ -22,7 +22,7 @@
     name: 'hicn-docs-verify-{stream}'
 
     project-type: freestyle
-    node: ubuntu1604-us
+    node: ubuntu1804-us
     concurrent: true
     archive-artifacts: '**/build/lib/doc/html/*'
     allow-empty: 'true'
@@ -42,7 +42,7 @@
       - gerrit-parameter:
           branch: '{branch}'
       - os-parameter:
-          os: 'ubuntu1604'
+          os: 'ubuntu1804'
       - maven-exec:
           maven-version: 'mvn33-new'
       - stream-parameter:
@@ -92,7 +92,7 @@
     name: 'hicn-docs-merge-{stream}'
 
     project-type: freestyle
-    node: ubuntu1604-us
+    node: ubuntu1804-us
     concurrent: false
     archive-artifacts: '**/build/lib/doc/html/*'
     allow-empty: 'true'
@@ -112,7 +112,7 @@
       - gerrit-parameter:
           branch: '{branch}'
       - os-parameter:
-          os: 'ubuntu1604'
+          os: 'ubuntu1804'
       - maven-exec:
           maven-version: 'mvn33-new'
       - stream-parameter:
@@ -134,7 +134,7 @@
 
     triggers:
       - reverse:
-          jobs: 'hicn-merge-{stream}-ubuntu1604'
+          jobs: 'hicn-merge-{stream}-ubuntu1804'
           result: 'success'
       - gerrit:
           server-name: 'Primary'
-- 
cgit