Update Jenkinsfile
This commit is contained in:
parent
e3acdbdbbc
commit
20f8fcd277
@ -30,7 +30,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName:'s444421-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts filter: '*', projectName:'s444421-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
sh 'ipython ./training_mlflow.py $EPOCHS'
|
sh 'ipython ./training_mlflow.py $EPOCHS'
|
||||||
archiveArtifacts artifacts: '/mlruns/**'
|
archiveArtifacts artifacts: 'mlruns/*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user