Update 'lab6/Jenkinsfile_eval'

This commit is contained in:
Kacper Dudzic 2022-04-26 16:17:39 +02:00
parent 592572aeee
commit ff02850749

View File

@ -18,7 +18,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' 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 'python3 evaluate.py' sh 'python3 evaluate.py'