Zaktualizuj 'Jenkinsfile_training'
This commit is contained in:
parent
fc3c76e52c
commit
872488bfc5
@ -21,7 +21,6 @@ pipeline {
|
|||||||
stage('copyArtifacts') {
|
stage('copyArtifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
sh "rm -rf movies_imdb"
|
|
||||||
sh "python3 lab08_mfl.py"
|
sh "python3 lab08_mfl.py"
|
||||||
sh "export MLFLOW_TRACKING_URI=http://172.17.0.1:5000"
|
sh "export MLFLOW_TRACKING_URI=http://172.17.0.1:5000"
|
||||||
sh "python3 lab08_mfl.py"
|
sh "python3 lab08_mfl.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user