From ed0c01a779bfeb2d774fe1e5cf1320d86d3e85a4 Mon Sep 17 00:00:00 2001 From: tkinaba Date: Thu, 30 Apr 2026 12:08:56 -0300 Subject: [PATCH] ci: adicionar registry davinti --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) 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 """ }