Add prediction from other student
All checks were successful
s430705-evaluation/pipeline/head This commit looks good
s430705-training/pipeline/head This commit looks good

This commit is contained in:
michalzareba 2021-05-23 15:01:32 +02:00
parent 284aeb7c47
commit 301151eaa8

View File

@ -16,6 +16,8 @@ pipeline {
stage('copyArtifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh "rm -rf movies_imdb"
sh "python3 lab08_mfl.py"
sh "python3 lab06_training.py ${epochs}"
}
}