fix: rutasAnalyzeHotFix #2119

Merged
robert merged 30 commits from rutasAnalyzeHotFix into master 2024-03-07 07:21:47 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 8326bfa75c - Show all commits

3
Jenkinsfile vendored
View File

@ -70,7 +70,9 @@ pipeline {
parallel { parallel {
stage('Back') { stage('Back') {
steps { steps {
sh 'pnpm config set puppeteer_skip_chromium_download true -g'
sh 'pnpm install --prefer-offline' sh 'pnpm install --prefer-offline'
sh 'pnpx puppeteer browsers install chrome'
} }
} }
stage('Print') { stage('Print') {
@ -103,7 +105,6 @@ pipeline {
NODE_ENV = '' NODE_ENV = ''
} }
steps { steps {
sh 'pnpm config set puppeteer_skip_chromium_download true -g'
sh 'node back/tests.js --ci --junit --network jenkins' sh 'node back/tests.js --ci --junit --network jenkins'
} }
post { post {