diff options
author | Jacek Poreda <jacek.poreda@sonarsource.com> | 2024-01-29 11:36:33 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-30 15:02:01 +0000 |
commit | b30ba54383fa653ee40c4b97b9d5c96106361b6a (patch) | |
tree | 52d88fb05a7c3614a457123407f5092aed0ff59f | |
parent | 1765316b39473e6ef4b6618862fef0251ba465c4 (diff) | |
download | sonarqube-b30ba54383fa653ee40c4b97b9d5c96106361b6a.tar.gz sonarqube-b30ba54383fa653ee40c4b97b9d5c96106361b6a.zip |
SONAR-21476 Fix npm registry configuration
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 0c02ff81bc6..bd3dfbe3d0d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,6 +8,9 @@ env: ARTIFACTORY_DEPLOY_PASSWORD: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-qa-deployer access_token] ARTIFACTORY_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-private-reader access_token] ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token] + #NPM config + NPM_CONFIG_registry: https://repox.jfrog.io/artifactory/api/npm/npm + NPM_CONFIG_//repox.jfrog.io/artifactory/api/npm/:_authToken: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-private-reader access_token] # download licenses for testing commercial editions GITHUB_TOKEN: VAULT[development/github/token/licenses-ro token] # notifications to burgr |