summaryrefslogtreecommitdiffstats
path: root/jjb/cicn
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2018-02-20 18:51:13 +0100
committerMauro Sardara <msardara+fdio@cisco.com>2018-02-20 18:51:13 +0100
commit31ed33f0d280f7bb4212b3a4a2f87e4ba8436c72 (patch)
treefebf957d2c80cbfbf13b7a706e0e6da44c1794da /jjb/cicn
parentb38a0ccaf962a865ec7660eeba9690e57cbf1ec2 (diff)
Correction in script for building longbow docs
Change-Id: I81274b2d3c26820cb3e12a8812ffcf98d9fd0178 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'jjb/cicn')
-rw-r--r--jjb/cicn/cicn.yaml4
-rw-r--r--jjb/cicn/include-raw-cicn-longbow-docs.sh3
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 <<EOF
- EOF
+ cat > pom.xml << EOF
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.vpp</groupId>