Update 'lab8/Jenkinsfile_eval'
Some checks failed
s449288-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s449288-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b870a32929
commit
514aef4334
@ -26,7 +26,7 @@ pipeline {
|
|||||||
echo 'Model copied'
|
echo 'Model copied'
|
||||||
sh 'tar xvzf lego_reg_model.tar.gz'
|
sh 'tar xvzf lego_reg_model.tar.gz'
|
||||||
echo 'Optional copying of the metrics file from previous build...'
|
echo 'Optional copying of the metrics file from previous build...'
|
||||||
copyArtifacts filter: 'eval_results.txt', projectName: 's449288-evaluation/master/', optional: true, target: lab8/
|
copyArtifacts filter: 'eval_results.txt', projectName: 's449288-evaluation/master/', optional: true, target: 'lab8/'
|
||||||
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 'python3 evaluate.py'
|
sh 'python3 evaluate.py'
|
||||||
|
Loading…
Reference in New Issue
Block a user