jenkinsfile
This commit is contained in:
parent
3f9f33e67c
commit
01fc0cbb15
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -5,13 +5,12 @@ pipeline {
|
||||
steps {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops.git']]])
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
sh('chmod 755 ./metrics.sh')
|
||||
sh('chmod 755 ./createWERandSRRFiles.py')
|
||||
sh('./metrics.sh')
|
||||
|
||||
copyArtifacts filter: 'ssr.txt', fingerprintArtifacts: true, projectName: 's421818-metrics', selector: lastSuccessful()
|
||||
copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 's421818-metrics', selector: lastSuccessful()
|
||||
|
||||
sh('chmod 755 ./metrics.sh')
|
||||
sh('chmod 755 ./createWERandSRRFiles.py')
|
||||
sh('./metrics.sh')
|
||||
|
||||
|
||||
archiveArtifacts 'wikiniews_resultsWithAdditionalColumn.tsv'
|
||||
|
Loading…
Reference in New Issue
Block a user