giving sudo privileges to python script

master
SLW\ARNAUA 2023-06-01 09:47:58 +02:00
parent c11e53d173
commit 3f6ddd5063
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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