giving sudo privileges to python script

master
SLW\ARNAUA 2023-06-01 08:15:13 +02:00
parent b559dc4b1b
commit 76f5a398bd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -101,7 +101,7 @@ pipeline {
sleep(300*exportRetryCount)
script {
exportRetryCount = exportRetryCount + 1
sh "python3 export.py"
sh "sudo python3 export.py"
}
}
}