diff --git a/Jenkinsfile b/Jenkinsfile index 817d451..9c886df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,9 @@ pipeline { echo "password ${GIT_TOKEN}" >> ~/.netrc chmod 600 ~/.netrc + npm config set @davinti:registry=https://git.davinti.com.br/api/packages/davinTI/npm/ + npm config set -- '//git.davinti.com.br/api/packages/davinTI/npm/:_authToken' "${GIT_TOKEN}" + npm install """ }