Update 'lab6/Jenkinsfile_train'
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
8b663f423d
commit
e4895cee13
@ -14,7 +14,7 @@ pipeline {
|
||||
steps {
|
||||
sh 'chmod u+x ./simple_regression.py'
|
||||
echo 'Copying datasets from create-dataset...'
|
||||
copyArtifacts filter: '*', projectName: 's449288-create-dataset'
|
||||
copyArtifacts filter: 'lego_sets_clean_train.csv, lego_sets_clean_test.csv', projectName: 's449288-create-dataset'
|
||||
echo 'Datasets copied'
|
||||
echo 'Conducting simple regression model test'
|
||||
sh 'python3 simple_regression.py $EPOCHS_NUM'
|
||||
|
Loading…
Reference in New Issue
Block a user