jenkinsfile for eval copy
s470618-evaluation/pipeline/head There was a failure building this commit Details

This commit is contained in:
gedin 2023-05-24 17:12:47 +02:00
parent 47504b1f7c
commit 4e58dba212
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
node {
stage('Preparation') {
step {
checkout scm
script {
if (currentBuild.previousBuild) {
@ -8,8 +7,7 @@ node {
}
}
copyArtifacts projectName: 's470618-training', filter: '*.pt', fingerprintArtifacts: true, selector: lastSuccessful(), target: './train-eval'
}
}
}
stage('Evaluate metrics') {
sh "pip install matplotlib"
sh "cd train-eval && ./eval.py"