metrics calculation
This commit is contained in:
parent
018096cf36
commit
e83dfe63dc
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -3,6 +3,10 @@ pipeline {
|
||||
stages {
|
||||
stage('Copy Archive') {
|
||||
steps {
|
||||
sh 'node --version'
|
||||
sh 'svn --version'
|
||||
|
||||
|
||||
script {
|
||||
step ([$class: 'CopyArtifact',
|
||||
projectName: 'ASR-eval',
|
||||
@ -15,8 +19,7 @@ pipeline {
|
||||
|
||||
|
||||
sh 'python3 calculate_metrics.py'
|
||||
sh 'node --version'
|
||||
sh 'svn --version'
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user