diff --git a/JenkinsfileEval b/JenkinsfileEval index 61e9e79..2a0f55c 100644 --- a/JenkinsfileEval +++ b/JenkinsfileEval @@ -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"