Skip to content
Snippets Groups Projects
Commit 8dfb2421 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6238 fix ERR_SOCKET_TIMEOUT (3)

parent 7b123abc
Branches
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ pipeline {
sh 'node --version'
dir('alfa-client') {
sh 'pnpm install --frozen-lockfile --network-concurrency 8'
sh 'pnpm install --frozen-lockfile --network-concurrency=8'
if (isMasterBranch()) {
withSonarQubeEnv('sonarqube-ozg-sh'){
......
......@@ -64,7 +64,7 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
dir('alfa-client') {
sh 'pnpm install --frozen-lockfile --network-concurrency 8'
sh 'pnpm install --frozen-lockfile --network-concurrency=8'
if (isReleaseBranch()) {
sh 'pnpm run ci-prodBuild-admin'
......
......@@ -31,4 +31,4 @@ COPY . .
RUN corepack enable && corepack prepare pnpm --activate
RUN pnpm install --frozen-lockfile --network-concurrency 8 --registry=https://nexus.ozg-sh.de/repository/npm-proxy
RUN pnpm install --frozen-lockfile --network-concurrency=8 --registry=https://nexus.ozg-sh.de/repository/npm-proxy
......@@ -228,7 +228,7 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
sh 'pnpm --version'
dir('alfa-client') {
sh 'pnpm install --frozen-lockfile --network-concurrency 8'
sh 'pnpm install --frozen-lockfile --network-concurrency=8'
sh "pnpm run cypress:install"
}
}
......
......@@ -177,7 +177,7 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
sh 'pnpm --version'
dir('alfa-client') {
sh 'pnpm install --frozen-lockfile --network-concurrency 8'
sh 'pnpm install --frozen-lockfile --network-concurrency=8'
sh "pnpm run cypress:install"
}
}
......
......@@ -64,7 +64,7 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
dir('alfa-client') {
sh 'pnpm install --frozen-lockfile --network-concurrency 8'
sh 'pnpm install --frozen-lockfile --network-concurrency=8'
sh 'pnpm run ci-storybook'
}
}
......
......@@ -36,7 +36,7 @@ pipeline {
FAILED_STAGE = env.STAGE_NAME
dir('alfa-client') {
withNPM(npmrcConfig: 'npm-nexus-auth') {
sh 'pnpm install --frozen-lockfile --network-concurrency 8'
sh 'pnpm install --frozen-lockfile --network-concurrency=8'
sh 'npx nx run info:test'
sh 'npx nx run info:test -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment