jenkinsfile
This commit is contained in:
parent
6489216b66
commit
62bb846666
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ 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 label: '', script: 'wc -l wikiniews_results.tsv > liczba_linii.txt'
|
||||
sh('line_counter.sh')
|
||||
archiveArtifacts 'liczba_linii.txt'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user