summaryrefslogtreecommitdiffstats
path: root/jjb/vnfrqts/post-upload-artifact.sh
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-02-26 21:42:22 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-02-26 21:42:22 +0000
commitfc540d4f456535bd113429092ecd30b43ee62f23 (patch)
tree55e4c7813e84769d456421625b34243b3f198b24 /jjb/vnfrqts/post-upload-artifact.sh
parent7c796cb048cdbe4e03dc0fbee2f521cc76dbc239 (diff)
VNFRQTS - Fix curl statement
Update the curl statement and changes to support the statement. Change-Id: I5a06b93b1e4a3b9ac9c64055eac2a45d71d71384 Issue-ID: VNFRQTS-538 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Diffstat (limited to 'jjb/vnfrqts/post-upload-artifact.sh')
-rw-r--r--jjb/vnfrqts/post-upload-artifact.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/jjb/vnfrqts/post-upload-artifact.sh b/jjb/vnfrqts/post-upload-artifact.sh
index 77193128a..2de1f4d8c 100644
--- a/jjb/vnfrqts/post-upload-artifact.sh
+++ b/jjb/vnfrqts/post-upload-artifact.sh
@@ -1,5 +1,6 @@
#!/bin/bash
set -e -o pipefail
-echo "-n --upload-file $ARTIFACT_NAME https://nexus.onap.org/content/sites/raw/$JOB_BASE_NAME/$GERRIT_BRANCH/$ARTIFACT_NAME"
-curl -n --upload-file "$ARTIFACT_NAME" "https://nexus.onap.org/content/sites/raw/$JOB_BASE_NAME/$GERRIT_BRANCH/$ARTIFACT_NAME" \ No newline at end of file
+cd $WORKSPACE/docs/data
+echo "-n --upload-file $ARTIFACT_NAME https://nexus.onap.org/content/sites/raw/$PROJECT_ID/$GERRIT_BRANCH/$ARTIFACT_NAME"
+curl -n --upload-file "$ARTIFACT_NAME" "https://nexus.onap.org/content/sites/raw/$PROJECT_ID/$GERRIT_BRANCH/$ARTIFACT_NAME" \ No newline at end of file