From 31ed33f0d280f7bb4212b3a4a2f87e4ba8436c72 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 20 Feb 2018 18:51:13 +0100 Subject: [PATCH] Correction in script for building longbow docs Change-Id: I81274b2d3c26820cb3e12a8812ffcf98d9fd0178 Signed-off-by: Mauro Sardara --- jjb/cicn/cicn.yaml | 4 ++-- jjb/cicn/include-raw-cicn-longbow-docs.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/jjb/cicn/cicn.yaml b/jjb/cicn/cicn.yaml index 2e8f5afa0..c7252a864 100644 --- a/jjb/cicn/cicn.yaml +++ b/jjb/cicn/cicn.yaml @@ -454,7 +454,7 @@ - include-raw-cicn-longbow-docs.sh publishers: - archive: - artifacts: 'build/documentation/*.tar' + artifacts: 'longbow/build/documentation/*.tar' allow-empty: 'true' fingerprint: false only-if-success: true @@ -516,7 +516,7 @@ - include-raw-cicn-longbow-docs.sh publishers: - archive: - artifacts: 'build/documentation/*.tar' + artifacts: 'longbow/build/documentation/*.tar' allow-empty: 'true' fingerprint: false only-if-success: true diff --git a/jjb/cicn/include-raw-cicn-longbow-docs.sh b/jjb/cicn/include-raw-cicn-longbow-docs.sh index 3e67afa9e..7ab0cff2d 100644 --- a/jjb/cicn/include-raw-cicn-longbow-docs.sh +++ b/jjb/cicn/include-raw-cicn-longbow-docs.sh @@ -40,8 +40,7 @@ if [[ ${JOB_NAME} == *merge* ]]; then mv -f ${DOC_DIR} ${RESOURCES_DIR} cd ${SITE_DIR} find . -type f '(' -name '*.md5' -o -name '*.dot' -o -name '*.map' ')' -delete - cat > pom.xml < pom.xml << EOF 4.0.0 io.fd.vpp -- 2.16.6