This commit is contained in:
Zuzanna Ric 2019-04-26 12:59:32 +02:00
parent 8f7e06ddce
commit 1d9efa2a54

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '8cdbf19a-e62d-4807-9112-bc7a8d225074', url: 'https://git.wmi.amu.edu.pl/s407604/s407604-mlworkshops2.git']]])
sh 'skrypt.sh wikiniews_results.tsv > wyniki.txt'
sh 'skrypt.sh wikiniews_results.tsv > results.txt'
}
}
}