diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-02-10 08:43:56 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-02-10 08:43:56 +0100 |
commit | d6d939426a879dea57b40618e365e980e94763ca (patch) | |
tree | f3f3d04852971830d1c7040f6e9e046514a16285 | |
parent | 043e5950c343f3395c7b9baff4f683ab0e6730aa (diff) |
Change the nexus repository target
The Nexus repository target is VPP.
Modify your upload path
From: nexus.fd.io/content/sites/site/io/fd/vpp_make_test/<version>
To: nexus.fd.io/content/sites/site/io/fd/vpp/vpp_make_test/<version>
Change-Id: I957aebe81fceb19035a03b29ba0572df67660973
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | jjb/vpp/include-raw-vpp-make-test-docs.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/vpp/include-raw-vpp-make-test-docs.sh b/jjb/vpp/include-raw-vpp-make-test-docs.sh index 8b32ccef1..b3b5b0d05 100644 --- a/jjb/vpp/include-raw-vpp-make-test-docs.sh +++ b/jjb/vpp/include-raw-vpp-make-test-docs.sh @@ -1,10 +1,10 @@ #!/bin/bash set -xe -o pipefail [ "$DOCS_REPO_URL" ] || DOCS_REPO_URL="https://nexus.fd.io/content/sites/site" -[ "$PROJECT_PATH" ] || PROJECT_PATH=io/fd/vpp_make_test +[ "$PROJECT_PATH" ] || PROJECT_PATH=io/fd/vpp [ "$DOC_DIR" ] || DOC_DIR=build-root/test-doc/build/html [ "$SITE_DIR" ] || SITE_DIR=build-root/docs/deploy-site -[ "$RESOURCES_DIR" ] || RESOURCES_DIR=${SITE_DIR}/src/site/resources +[ "$RESOURCES_DIR" ] || RESOURCES_DIR=${SITE_DIR}/src/site/resources/vpp_make_test [ "$MVN" ] || MVN="/opt/apache/maven/bin/mvn" [ "$VERSION" ] || VERSION=$(./build-root/scripts/version rpm-version) @@ -18,7 +18,7 @@ if [[ ${JOB_NAME} == *merge* ]]; then 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_make_test</groupId> + <groupId>io.fd.vpp</groupId> <artifactId>docs</artifactId> <version>1.0.0</version> <packaging>pom</packaging> |