Probando a añadir el registro desde jenkins

This commit is contained in:
2026-03-05 10:10:12 +01:00
parent 0fd7eafcf3
commit 2897d7aa3c

View File

@@ -17,6 +17,7 @@ pipeline {
sh 'npm install -g yarn'
sh 'corepack enable'
sh 'corepack prepare yarn@4.12.0 --activate'
sh 'yarn config set npmRegistryServer http://gitea:3000/api/packages/alvarsanmartin/npm/'
sh 'yarn install --immutable'
}
}