Update 'lab6/Jenkinsfile_eval'
This commit is contained in:
parent
d7249b009a
commit
eda9bf3a8a
@ -17,7 +17,6 @@ pipeline {
|
|||||||
copyArtifacts filter: 'eval_results.txt', projectName: 's449288-evaluation/master/', optional: 'True'
|
copyArtifacts filter: 'eval_results.txt', projectName: 's449288-evaluation/master/', optional: 'True'
|
||||||
echo 'Metrics file copied if it did not exist'
|
echo 'Metrics file copied if it did not exist'
|
||||||
echo 'Evaluating model...'
|
echo 'Evaluating model...'
|
||||||
sh 'rm eval_results.txt'
|
|
||||||
sh 'python3 evaluate.py'
|
sh 'python3 evaluate.py'
|
||||||
echo 'Model evaluated. Metrics saved. Plot saved.'
|
echo 'Model evaluated. Metrics saved. Plot saved.'
|
||||||
sh 'head eval_results.txt'
|
sh 'head eval_results.txt'
|
||||||
|
Loading…
Reference in New Issue
Block a user