giving sudo privileges to python script
parent
b559dc4b1b
commit
76f5a398bd
|
|
@ -101,7 +101,7 @@ pipeline {
|
|||
sleep(300*exportRetryCount)
|
||||
script {
|
||||
exportRetryCount = exportRetryCount + 1
|
||||
sh "python3 export.py"
|
||||
sh "sudo python3 export.py"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue