Update 'lab6/Jenkinsfile'
All checks were successful
s449288-training/pipeline/head This commit looks good

This commit is contained in:
Kacper Dudzic 2022-04-24 17:15:16 +02:00
parent 48e740fa58
commit 76fe5ffee7

2
lab6/Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
sh 'python3 simple_regression.py' sh 'python3 simple_regression.py'
echo 'Model and predictions saved' echo 'Model and predictions saved'
sh 'head lego_reg_results.csv' sh 'head lego_reg_results.csv'
sh 'head lego_reg_model' sh 'ls -lh lego_reg_model'
} }
} }
} }