fix: try to fix puppeteer
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Alex Moreno 2024-04-19 07:27:54 +02:00
parent 8b468b52ea
commit 91e13070c7
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -71,8 +71,7 @@ pipeline {
stage('Back') {
steps {
sh 'pnpm install --prefer-offline'
sh 'pnpx puppeteer browsers install chrome'
// sh 'node node_modules/puppeteer/install.mjs'
sh 'node node_modules/puppeteer/install.mjs'
}
}
stage('Print') {