diff --git a/Jenkinsfile b/Jenkinsfile index 6b98b5d..9a01f4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,7 +101,7 @@ pipeline { exportRetryCount = exportRetryCount + 1 sh "sudo python3 export.py" sh "where eb" - sh "eb --version" + sh "which bundle" } } }