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