Update 'Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-04-24 23:02:53 +02:00
parent fc59ee8b36
commit 7c0952d46c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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