metrics calculation
This commit is contained in:
parent
d658f02048
commit
e0733f6aae
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -7,10 +7,18 @@ pipeline {
|
||||
step ([$class: 'CopyArtifact',
|
||||
projectName: 'ASR-eval',
|
||||
target: 'Infra']);
|
||||
|
||||
|
||||
sh 'git --version'
|
||||
sh 'git checkout'
|
||||
sh 'python3 script.py'
|
||||
archiveArtifacts artifacts: 'num_lines.txt'
|
||||
sh 'python3 calculate_metrics.py'
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user