Set make install to run with sudo
This commit is contained in:
parent
a4ed968979
commit
14ad62d334
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -6,7 +6,7 @@ pipeline {
|
||||||
sh './bootstrap.sh'
|
sh './bootstrap.sh'
|
||||||
sh './configure'
|
sh './configure'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
sh 'make install'
|
sh 'sudo make install'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('test') {
|
stage('test') {
|
||||||
|
|
Loading…
Reference in a new issue