This commit is contained in:
Bartosz Szukała 2019-04-26 10:52:19 +02:00
parent b6eed85379
commit 56293f564d

4
Jenkinsfile vendored
View File

@ -1,4 +1,8 @@
node {
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts:
true, projectName: 'ASR-eval', selector: lastSuccessful()
checkout([$class: 'GitSCM', branches: [[name: '*/master']],
doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg:
[], userRemoteConfigs: [[url:
'https://git.wmi.amu.edu.pl/s421813/s421813-mlworkshops.git']]])
}