X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fonap%2Fuds%2Fscripts%2Fpush-artifacts.sh;h=df1b746626791bae6703cc93dff5b0b9cc040638;hb=ed8ea73667d9e5820124d006bfe0b6858fa0cfff;hp=b3754987b75b010d0a6378484149283fdd8cd945;hpb=dbc7e4cc58faf592d794fcfcaf96f43de99d2423;p=infra%2Fcicd.git diff --git a/jjb/onap/uds/scripts/push-artifacts.sh b/jjb/onap/uds/scripts/push-artifacts.sh index b3754987..df1b7466 100644 --- a/jjb/onap/uds/scripts/push-artifacts.sh +++ b/jjb/onap/uds/scripts/push-artifacts.sh @@ -32,7 +32,7 @@ do SHA256_CHECKSUM=$(sha256sum $ARTIFACT | cut -d ' ' -f 1) MD5_CHECKSUM=$(md5sum $ARTIFACT | cut -d ' ' -f 1) - curl -H "X-JFrog-Art-Api:$ARTIFACTORY_API_KEY" \ + curl -H "X-JFrog-Art-Api:$NORDIX_ARM_TOKEN" \ -H "X-Checksum-Sha1:$SHA_CHECKSUM" \ -H "X-Checksum-Sha256:$SHA256_CHECKSUM" \ -H "X-Checksum-MD5:$MD5_CHECKSUM" \