.
All checks were successful
s444501-training/pipeline/head This commit looks good

This commit is contained in:
s444501 2022-05-01 14:28:34 +02:00
parent ad164f3064
commit f9ac0dc219

View File

@ -18,7 +18,7 @@ pipeline {
} }
stage('Train model') { stage('Train model') {
steps { steps {
sh 'python ium-data.py' sh 'python biblioteki_ml.py'
} }
} }
stage('Archive model') { stage('Archive model') {