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

OZG-5271 OZG-5782 No color output in CI

And more parallel test processes (decided with Torsten).
parent e31a3f6a
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,9 @@ pipeline { ...@@ -45,6 +45,9 @@ pipeline {
} }
} }
stage('Client') { stage('Client') {
environment {
FORCE_COLOR = 'false'
}
steps { steps {
script { script {
FAILED_STAGE=env.STAGE_NAME FAILED_STAGE=env.STAGE_NAME
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
"ci-build-admin": "nx container admin && cp -r dist/ apps/admin/", "ci-build-admin": "nx container admin && cp -r dist/ apps/admin/",
"ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production", "ci-prodBuild": "nx run alfa:build --outputHashing=all --configuration production",
"ci-prodBuild-admin": "nx container admin && cp -r dist/ apps/admin/", "ci-prodBuild-admin": "nx container admin && cp -r dist/ apps/admin/",
"ci-test": "nx run-many --target=test --parallel 12 -- --runInBand --color=false", "ci-test": "nx run-many --target=test --parallel 20 -- --runInBand",
"ci-sonar": "nx run-many --target=test --parallel 12 -- --runInBand --color=false --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner", "ci-sonar": "nx run-many --target=test --parallel 20 -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner",
"lint": "nx workspace-lint && nx lint", "lint": "nx workspace-lint && nx lint",
"affected:apps": "nx affected:apps", "affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs", "affected:libs": "nx affected:libs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment