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