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 7ba98ae commit 3bcf2afCopy full SHA for 3bcf2af
jenkins/Jenkinsfile
@@ -11,7 +11,7 @@ pipeline {
11
stages {
12
stage('Build') {
13
steps {
14
- sh 'npm install'
+ sh 'sudo npm install'
15
}
16
17
stage('Test') {
0 commit comments