diff --git a/Jenkinsfile b/Jenkinsfile index e480c17..af5daa6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -100,6 +100,8 @@ pipeline { script { exportRetryCount = exportRetryCount + 1 sh "sudo python3 export.py" + sh "where eb" + sh "eb version" } } }