diff --git a/Jenkinsfile b/Jenkinsfile index f5afcaf..3cba1bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' + } }