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