summaryrefslogtreecommitdiffstats
path: root/jjb/vnfrqts/post-upload-artifact.sh
blob: 2de1f4d8c83f7fca77909939e4bada6a592d1512 (plain)
1
2
3
4
5
6
#!/bin/bash

set -e -o pipefail
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"