Jenkinsfile sudo
This commit is contained in:
parent
5304acb086
commit
578a96eff7
1 changed files with 2 additions and 2 deletions
4
test/Jenkinsfile
vendored
4
test/Jenkinsfile
vendored
|
|
@ -19,10 +19,10 @@ node {
|
|||
sh 'make'
|
||||
}
|
||||
stage('Make install') {
|
||||
sh 'make install'
|
||||
sh 'sudo make install'
|
||||
}
|
||||
stage('Make install-include') {
|
||||
sh 'make install-include'
|
||||
sh 'sudo make install-include'
|
||||
}
|
||||
stage('Make Example') {
|
||||
sh 'cd example'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue