Add prediction from other student
Some checks reported errors
s430705-evaluation/pipeline/head This commit looks good
s430705-training/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
michalzareba 2021-05-23 14:27:38 +02:00
parent 01b36e7bdb
commit 284aeb7c47

View File

@ -16,6 +16,7 @@ pipeline {
}
stage('Predict example value'){
steps {
sh 'ls -l'
sh 'python3 "./lab_09_predict.py"'
}
}