This commit is contained in:
Tomasz Łysiak 2019-04-26 11:30:14 +02:00
parent 4511276f34
commit 4bdd8b8f36

1
Jenkinsfile vendored
View File

@ -8,6 +8,7 @@ pipeline {
projectName: 'ASR-eval',
target: 'Infra']);
}
sh 'git checkout'
sh 'python3 script.py'
}
}