metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 12:23:35 +02:00
parent 018096cf36
commit e83dfe63dc

7
Jenkinsfile vendored
View File

@ -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'
} }
} }