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

This commit is contained in:
Kacper Dudzic 2022-05-13 11:38:15 +02:00
parent 24bf73de78
commit a966b20df8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ pipeline {
echo 'Model copied'
sh 'tar xvzf lego_reg_model.tar.gz'
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
echo 'Metrics file copied if it did not exist'
echo 'Evaluating model...'
sh 'python3 evaluate.py'