metrics
This commit is contained in:
parent
e5bf02b999
commit
62628a3f88
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -5,14 +5,15 @@ pipeline {
|
||||
stage('CopyArtifacts')
|
||||
{
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||
archiveArtifacts 'wikiniews_results.tsv'
|
||||
}
|
||||
}
|
||||
stage('Shell Script')
|
||||
{
|
||||
steps {
|
||||
sh label:"", script:"bash ./count.sh"
|
||||
sh('chmod +x ./count.sh')
|
||||
sh('./count.sh')
|
||||
archiveArtifacts 'test.txt'
|
||||
archiveArtifacts 'lines_number.txt'
|
||||
archiveArtifacts 'wer_results.txt'
|
||||
|
Loading…
Reference in New Issue
Block a user