diff --git a/lab8/Jenkinsfile_eval b/lab8/Jenkinsfile_eval index 3b6e772..d9319d0 100644 --- a/lab8/Jenkinsfile_eval +++ b/lab8/Jenkinsfile_eval @@ -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, target: 'lab8' echo 'Metrics file copied if it did not exist' echo 'Evaluating model...' sh 'python3 evaluate.py'