Update 'Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-04-22 22:54:05 +02:00
parent a4c68e9a2b
commit 8cbd80adec

1
Jenkinsfile vendored
View File

@ -12,6 +12,7 @@ pipeline {
echo 'Conducting simple regression model test'
sh 'python3 simple_regression.py'
echo 'Model predictions saved'
sh 'head lego_linreg_results.csv'
}
}
}