Zaktualizuj 'Jenkinsfile_training'
This commit is contained in:
parent
f02b4c9b4f
commit
08accfc904
@ -16,7 +16,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"
|
||||||
@ -26,7 +25,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts 'movies_imdb2/**'
|
archiveArtifacts 'movies_imdb/**'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user