From 08a36ea653906faf169ee757baef27eb5885b01a Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 23 Nov 2021 18:19:37 -0500 Subject: Nexus retirement CI job clean up - Remove nexus configuration parameters from CI jobs for active FD.io projects - Convert HICN docs jobs to use S3 storage Change-Id: Ida00b6448926567e0245b4988597113bfea0bd84 Signed-off-by: Dave Wallace --- jjb/scripts/publish_docs.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'jjb/scripts/publish_docs.sh') diff --git a/jjb/scripts/publish_docs.sh b/jjb/scripts/publish_docs.sh index 841789d82..adc179668 100755 --- a/jjb/scripts/publish_docs.sh +++ b/jjb/scripts/publish_docs.sh @@ -38,6 +38,11 @@ if [[ ${JOB_NAME} == *merge* ]]; then workspace_dir="${WORKSPACE}/resources/tools/doc_gen/_build" bucket_path="/csit/${GERRIT_BRANCH}/docs/" ;; + *"hicn-docs"*) + hicn_release="$(git describe --long --match "v*" | cut -d- -f1 | sed -e 's/^v//')" + workspace_dir="${WORKSPACE}/build/doc/deploy-site" + bucket_path="/hicn/${hicn_release}/" + ;; *"vpp-docs"*) vpp_release="$(${WORKSPACE}/build-root/scripts/version rpm-version)" # TODO: Remove conditional statement when stable/2106 and -- cgit 1.2.3-korg