Skip to content

Commit 3bcf2af

Browse files
authored
Update Jenkinsfile
1 parent 7ba98ae commit 3bcf2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipeline {
1111
stages {
1212
stage('Build') {
1313
steps {
14-
sh 'npm install'
14+
sh 'sudo npm install'
1515
}
1616
}
1717
stage('Test') {

0 commit comments

Comments
 (0)