diff --git a/lab6/Jenkinsfile b/lab6/Jenkinsfile index 7302dce..3848836 100644 --- a/lab6/Jenkinsfile +++ b/lab6/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { sh 'python3 simple_regression.py' echo 'Model and predictions saved' sh 'head lego_reg_results.csv' - sh 'head lego_reg_model' + sh 'ls -lh lego_reg_model' } } }