checking eb

master
SLW\ARNAUA 2023-06-01 10:07:33 +02:00
parent 3e2d7be845
commit 94a12a27f8
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -100,6 +100,8 @@ pipeline {
script {
exportRetryCount = exportRetryCount + 1
sh "sudo python3 export.py"
sh "where eb"
sh "eb version"
}
}
}