Update 'lab6/Jenkinsfile_eval'
s449288-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
Kacper Dudzic 2022-04-26 22:13:22 +02:00
parent 9ff8ec8484
commit 4630cc58c0
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ pipeline {
sh 'python3 evaluate.py'
echo 'Model evaluated. Metrics saved. Plot saved.'
sh 'LAST_MAE=$(tail -1 eval_results.txt)'
sh 'echo $LAST_MAE'
echo '$LAST_MAE'
sh 'echo LAST_MAE'
echo 'LAST_MAE'
sh 'head eval_results.txt'
sh 'file error_plot.jpg'
echo 'Archiving metrics file...'