diff --git a/lab6/Jenkinsfile_eval b/lab6/Jenkinsfile_eval index ed26ee8..6fd4e2d 100644 --- a/lab6/Jenkinsfile_eval +++ b/lab6/Jenkinsfile_eval @@ -15,7 +15,7 @@ pipeline { 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', optional: 'True' - echo 'Metrics file copied if it didn't exist' + echo 'Metrics file copied if it did not exist' echo 'Evaluating model...' sh 'python3 evaluate.py' echo 'Model evaluated. Metrics saved. Plot saved.'