Fix Jenkinsfile
This commit is contained in:
parent
0d7f124d6e
commit
0921556130
@ -26,7 +26,7 @@ pipeline {
|
||||
stage('Training') {
|
||||
steps {
|
||||
copyArtifacts filter: '*', projectName:'s444421-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
sh 'python training_mlflow.py $EPOCHS'
|
||||
sh 'ipython ./training_mlflow.py $EPOCHS'
|
||||
archiveArtifacts artifacts: 'mlruns/**'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user