Correction in script for building longbow docs 03/10703/1
authorMauro Sardara <msardara+fdio@cisco.com>
Tue, 20 Feb 2018 17:51:13 +0000 (18:51 +0100)
committerMauro Sardara <msardara+fdio@cisco.com>
Tue, 20 Feb 2018 17:51:13 +0000 (18:51 +0100)
Change-Id: I81274b2d3c26820cb3e12a8812ffcf98d9fd0178
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
jjb/cicn/cicn.yaml
jjb/cicn/include-raw-cicn-longbow-docs.sh

index 2e8f5af..c7252a8 100644 (file)
                 - 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
                 - 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
index 3e67afa..7ab0cff 100644 (file)
@@ -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>