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