Skip to content
Snippets Groups Projects
Commit 152e9b80 authored by OZGCloud's avatar OZGCloud
Browse files

ozg-2958 fix nach merge

parent 82d4e1c5
Branches
Tags
No related merge requests found
pipeline {
agent {
node {
label 'jenkins-build-agent'
label 'jenkins-build-agent-nodejs-16'
}
}
......@@ -63,7 +63,7 @@ pipeline {
sh 'npm --version'
dir('goofy-client') {
sh 'echo "registry=https://nexus.ozg-sh.de/repository/npm-proxy" >> ~/.npmrc'
sh 'echo "_auth=amVua2luczpQaihzX0ZNNFU5ZC8=" >> ~/.npmrc'
sh 'echo "//nexus.ozg-sh.de/:_auth=amVua2luczpQaihzX0ZNNFU5ZC8=" >> ~/.npmrc'
sh 'npm cache verify'
sh 'npm install --legacy-peer-deps'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment