Mlflow predict from s434704

This commit is contained in:
Jan Nowak 2021-05-23 19:53:53 +02:00
parent 39bec6d769
commit 6aa4d4627f
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ pipeline {
}
stage('Copy artifact') {
steps {
copyArtifacts filter: 'my_model/**/*', fingerprintArtifacts: false, projectName: 's426206-training/master', selector: buildParameter('BUILD_SELECTOR_PREDICT')
copyArtifacts filter: 'movies_on_streaming_platforms_model/**/*', fingerprintArtifacts: false, projectName: 's434704-training/master', selector: buildParameter('BUILD_SELECTOR_PREDICT')
}
}
stage('docker') {

View File

@ -14,7 +14,7 @@ pipeline {
}
stage('Copy artifact') {
steps {
copyArtifacts filter: 'my_model/input_example.json', fingerprintArtifacts: false, projectName: 's426206-training/master', selector: buildParameter('BUILD_SELECTOR_PREDICT')
copyArtifacts filter: 'movies_on_streaming_platforms_model/input_example.json', fingerprintArtifacts: false, projectName: 's434704-training/master', selector: buildParameter('BUILD_SELECTOR_PREDICT')
}
}
stage('docker') {