From 11349cfa72aa14e857083d82afc4c04bf4e80cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Fri, 6 May 2022 23:18:51 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile-evaluation' --- Jenkinsfile-evaluation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }