diff --git a/Jenkinsfile b/Jenkinsfile index 4d8dd10..5d5278b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,7 +101,7 @@ pipeline { sleep(300*exportRetryCount) script { exportRetryCount = exportRetryCount + 1 - sh "python3 export.py" + sh "sudo python3 export.py" } } }