diff options
-rw-r--r-- | jjb/vpp/docs.yaml | 2 | ||||
-rw-r--r-- | jjb/vpp/include-raw-vpp-make-test-docs.sh | 2 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 72a064788..7c1b61fe3 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -436,7 +436,7 @@ project-type: freestyle node: ubuntu1804-us concurrent: false - archive-artifacts: '**/test/doc/build/html/*' + archive-artifacts: '**/build-root/build-test/doc/html/*' allow-empty: 'true' fingerprint: false only-if-success: true diff --git a/jjb/vpp/include-raw-vpp-make-test-docs.sh b/jjb/vpp/include-raw-vpp-make-test-docs.sh index dca1998aa..1f82ab502 100644 --- a/jjb/vpp/include-raw-vpp-make-test-docs.sh +++ b/jjb/vpp/include-raw-vpp-make-test-docs.sh @@ -2,7 +2,7 @@ set -xe -o pipefail [ "$DOCS_REPO_URL" ] || DOCS_REPO_URL="https://nexus.fd.io/content/sites/site" [ "$PROJECT_PATH" ] || PROJECT_PATH=io/fd/vpp -[ "$DOC_DIR" ] || DOC_DIR=test/doc/build/html +[ "$DOC_DIR" ] || DOC_DIR=build-root/build-test/doc/html [ "$SITE_DIR" ] || SITE_DIR=build-root/docs/deploy-site [ "$RESOURCES_DIR" ] || RESOURCES_DIR=${SITE_DIR}/src/site/resources/vpp_make_test [ "$MVN" ] || MVN="/opt/apache/maven/bin/mvn" diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index f69d0afef..5d8a32ab4 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -16,9 +16,6 @@ - master: branch: 'master' repo-stream-part: 'master' - - '1901': - branch: 'stable/1901' - repo-stream-part: 'stable.1901' - '1904': branch: 'stable/1904' repo-stream-part: 'stable.1904' |