summaryrefslogtreecommitdiffstats
path: root/jjb/hicn/hicn-docs.yaml
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-07-25 12:53:17 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2019-07-25 12:53:17 -0500
commitc2380f444e0b2881034e32c02b0067a59fa48016 (patch)
tree504ff539b20acb14a90076ea99ce7ac335d4c08f /jjb/hicn/hicn-docs.yaml
parent440353a301fcc14dd351decb0aa3e3479d1b7937 (diff)
Modify HICN archive artifacts
Modify the HICN artifacts to archive to the logs server rather than Jenkins Also fixed a few lint errors Change-Id: Ie0af996303be8cf14a5a125da6995f7dd18f6f0f Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/hicn/hicn-docs.yaml')
-rw-r--r--jjb/hicn/hicn-docs.yaml43
1 files changed, 25 insertions, 18 deletions
diff --git a/jjb/hicn/hicn-docs.yaml b/jjb/hicn/hicn-docs.yaml
index ea98f6fab..420b97deb 100644
--- a/jjb/hicn/hicn-docs.yaml
+++ b/jjb/hicn/hicn-docs.yaml
@@ -1,3 +1,4 @@
+---
- project:
name: hicn-docs
jobs:
@@ -23,6 +24,11 @@
project-type: freestyle
node: ubuntu1604-us
concurrent: true
+ archive-artifacts: '**/build/lib/doc/html/*'
+ allow-empty: 'true'
+ fingerprint: false
+ only-if-success: true
+ default-excludes: false
build-discarder:
daysToKeep: '{build-days-to-keep}'
@@ -41,6 +47,10 @@
maven-version: 'mvn33-new'
- stream-parameter:
stream: '{stream}'
+ - string:
+ name: ARCHIVE_ARTIFACTS
+ default: '{archive-artifacts}'
+ description: Artifacts to archive to the logs server.
scm:
- gerrit-trigger-scm:
@@ -72,18 +82,12 @@
!include-raw-escape: include-raw-hicn-docs.sh
publishers:
- - archive:
- artifacts: 'build/lib/doc/html/*'
- allow-empty: 'true'
- fingerprint: false
- only-if-success: true
- default-excludes: false
- - fdio-infra-shiplogs:
- maven-version: 'mvn33-new'
- - naginator:
- rerun-unstable-builds: false
- max-failed-builds: 1
- fixed-delay: 90
+ - fdio-infra-shiplogs:
+ maven-version: 'mvn33-new'
+ - naginator:
+ rerun-unstable-builds: false
+ max-failed-builds: 1
+ fixed-delay: 90
- job-template:
name: 'hicn-docs-merge-{stream}'
@@ -91,6 +95,11 @@
project-type: freestyle
node: ubuntu1604-us
concurrent: false
+ archive-artifacts: '**/build/lib/doc/html/*'
+ allow-empty: 'true'
+ fingerprint: false
+ only-if-success: true
+ default-excludes: false
build-discarder:
daysToKeep: '{build-days-to-keep}'
@@ -109,6 +118,10 @@
maven-version: 'mvn33-new'
- stream-parameter:
stream: '{stream}'
+ - string:
+ name: ARCHIVE_ARTIFACTS
+ default: '{archive-artifacts}'
+ description: Artifacts to archive to the logs server.
scm:
- gerrit-trigger-scm:
@@ -156,12 +169,6 @@
!include-raw-escape: include-raw-hicn-docs.sh
publishers:
- - archive:
- artifacts: 'build/lib/doc/html/*'
- allow-empty: 'true'
- fingerprint: false
- only-if-success: true
- default-excludes: false
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
- naginator: