Update 'lab6/Jenkinsfile_eval'
All checks were successful
s449288-evaluation/pipeline/head This commit looks good
All checks were successful
s449288-evaluation/pipeline/head This commit looks good
This commit is contained in:
parent
9ff8ec8484
commit
4630cc58c0
@ -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...'
|
||||
|
Loading…
Reference in New Issue
Block a user