diff --git a/Jenkinsfile-evaluation b/Jenkinsfile-evaluation index 2873b65..8cb9512 100644 --- a/Jenkinsfile-evaluation +++ b/Jenkinsfile-evaluation @@ -13,7 +13,7 @@ pipeline { archiveArtifacts artifacts: 'metrics.txt, MSE.txt, RMSplot.png', followSymlinks: false script { MSE = sh ( - script: 'tail -1 MSE.txt', + script: 'tail -2 MSE.txt', returnStdout: true ).trim() }