Zaktualizuj 'Jenkinsfile_mlflow'

This commit is contained in:
Kornelia Girejko 2022-05-15 12:47:20 +02:00
parent e0e24e85a8
commit 0430d199a9
1 changed files with 1 additions and 4 deletions

View File

@ -30,10 +30,7 @@ pipeline {
steps {
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
sh 'python3 ./train-mlflow.py with "epochs=$EPOCHS"'
#archiveArtifacts artifacts: 'modelS.pkl, output.txt'
#build job: 's478815-evaluation/master/'
}
}
}