Zaktualizuj 'Jenkinsfile-train-mlflow'

This commit is contained in:
Sebastian Wałęsa 2022-05-15 13:22:05 +02:00
parent dbff8c7138
commit 77229341fa

View File

@ -16,7 +16,7 @@ pipeline {
stage('MLflow-stage'){
steps {
copyArtifacts filter: '*', projectName: 's478839-create-dataset'
sh 'python3 ml_pytroch_mlflow.py with "epochs=$EPOCHS"'
sh 'python3 ml_pytorch_mlflow.py with "epochs=$EPOCHS"'
}
}
}