diff --git a/Jenkinsfile b/Jenkinsfile index b321856..8049a4c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ pipeline { projectName: 'ASR-eval', target: 'Infra']); } + sh 'git checkout' sh 'python3 script.py' } }