We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f2c5c commit da37782Copy full SHA for da37782
JenkinsFile
@@ -14,7 +14,7 @@ pipeline {
14
script {
15
// Use NodeJS tool configured in Jenkins
16
//env.PATH = "${NODE_HOME}/bin:${env.PATH}"
17
- //sh 'npm install' // Install dependencies from package.json
+ sh 'npm install -g' // Install dependencies from package.json
18
sh 'npx playwright install'
19
}
20
0 commit comments