summaryrefslogtreecommitdiffstats
path: root/jjb/cicn
diff options
context:
space:
mode:
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>