From 4bdd8b8f3648a14a879cd6019ffd3b8ae115096e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=81ysiak?= Date: Fri, 26 Apr 2019 11:30:14 +0200 Subject: [PATCH] v3 --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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' } }